Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed May 1, 2024
1 parent 781fb8c commit 70d70ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc.json
@@ -1,12 +1,18 @@
{
"extends": ["airbnb-base", "plugin:n/recommended", "plugin:unicorn/recommended", "plugin:eslint-comments/recommended"],
"extends": [
"airbnb-base",
"plugin:n/recommended",
"plugin:unicorn/recommended",
"plugin:eslint-comments/recommended"
],
"plugins": ["n", "unicorn", "eslint-comments"],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"unicorn/prevent-abbreviations": 0,
"unicorn/no-anonymous-default-export": 0,
"unicorn/catch-error-name": ["error", { "name": "e" }],
"eslint-comments/no-unused-disable": "error"
},
Expand Down

0 comments on commit 70d70ee

Please sign in to comment.