There was an error while loading. Please reload this page.
1 parent 2a03137 commit 2a29503Copy full SHA for 2a29503
1 file changed
packages/eslint-config-react-app/index.js
@@ -200,13 +200,13 @@ module.exports = {
200
// 'import/namespace': 'warn',
201
// 'import/no-amd': 'warn',
202
// 'import/no-duplicates': 'warn',
203
- // 'import/no-extraneous-dependencies': 'warn',
204
// 'import/no-named-as-default': 'warn',
205
// 'import/no-named-as-default-member': 'warn',
206
// 'import/no-unresolved': ['warn', { commonjs: true }],
207
// We don't support configuring Webpack using import source strings, so this
208
// is always an error.
209
'import/no-webpack-loader-syntax': 'error',
+ 'import/no-extraneous-dependencies': 'error',
210
211
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
212
'react/jsx-equals-spacing': ['warn', 'never'],
0 commit comments