Skip to content

Commit

Permalink
chore: Mettre à jour les dépendances.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Apr 7, 2024
1 parent 1ec66e4 commit ee230ed
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 136 deletions.
3 changes: 3 additions & 0 deletions .metalint/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -669,12 +669,14 @@ export default {
"unicorn/import-style": "error",
"unicorn/new-for-builtins": "error",
"unicorn/no-abusive-eslint-disable": "error",
"unicorn/no-anonymous-default-export": "error",
"unicorn/no-array-callback-reference": "off",
"unicorn/no-array-for-each": "off",
"unicorn/no-array-method-this-argument": "error",
"unicorn/no-array-push-push": "error",
"unicorn/no-array-reduce": "off",
"unicorn/no-await-expression-member": "error",
"unicorn/no-await-in-promise-methods": "error",
"unicorn/no-console-spaces": "error",
"unicorn/no-document-cookie": "error",
"unicorn/no-empty-file": "error",
Expand All @@ -693,6 +695,7 @@ export default {
"unicorn/no-null": "error",
"unicorn/no-object-as-default-parameter": "error",
"unicorn/no-process-exit": "error",
"unicorn/no-single-promise-in-promise-methods": "error",
"unicorn/no-static-only-class": "error",
"unicorn/no-thenable": "error",
"unicorn/no-this-assignment": "error",
Expand Down
3 changes: 3 additions & 0 deletions .metalint/metalint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* @author Sébastien Règne
*/

/**
* @type {import("metalint/types/config")}
*/
export default {
patterns: [
"**",
Expand Down
Loading

0 comments on commit ee230ed

Please sign in to comment.