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 f133460 commit 8a4ff9eCopy full SHA for 8a4ff9e
.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': ['error', { devDependencies: ['**/tests/**'] }],
+ 'import/no-extraneous-dependencies': 0,
18
},
19
};
0 commit comments