We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4ff9e commit 28b752bCopy full SHA for 28b752b
.eslintrc.js
@@ -14,6 +14,6 @@ module.exports = {
14
'no-confusing-arrow': 0,
15
'jsx-a11y/no-autofocus': 0,
16
'jsx-a11y/heading-has-content': 0,
17
- 'import/no-extraneous-dependencies': 0,
+ 'import/no-extraneous-dependencies': ['error', { packageDir: './' }],
18
},
19
};
0 commit comments