Skip to content

Commit

Permalink
lint: disable import/no-extraneous-dependencies rule
Browse files Browse the repository at this point in the history
2.23 introduced import-js/eslint-plugin-import#2065, let's re-enable
once that issue is fixed
  • Loading branch information
andrevmatos committed May 19, 2021
1 parent d12aa7d commit 111affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -43,7 +43,7 @@
"import/export": "off",
"import/first": "error",
"import/newline-after-import": "error",
"import/no-extraneous-dependencies": "error",
"import/no-extraneous-dependencies": "off",
"import/no-duplicates": "error",
"simple-import-sort/imports": [
"error",
Expand Down

0 comments on commit 111affa

Please sign in to comment.