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.
no-extraneous-dependencies
1 parent ebe9682 commit 96f95faCopy full SHA for 96f95fa
packages/eslint-config-airbnb-base/rules/imports.js
@@ -79,6 +79,7 @@ module.exports = {
79
'test-*.{js,jsx}', // repos with multiple top-level test files
80
'**/*{.,_}{test,spec}.{js,jsx}', // tests where the extension or filename suffix denotes that it is a test
81
'**/jest.config.js', // jest config
82
+ '**/jest.setup.js', // jest setup
83
'**/vue.config.js', // vue-cli config
84
'**/webpack.config.js', // webpack config
85
'**/webpack.config.*.js', // webpack config
0 commit comments