We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78af39 commit a9e0ee3Copy full SHA for a9e0ee3
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