Skip to content

Commit a9e0ee3

Browse files
committed
Add jest.setup.js to import/no-extraneous-dependencies devDependencies
1 parent d78af39 commit a9e0ee3

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-airbnb-base/rules

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb-base/rules/imports.js

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ module.exports = {
7979
'test-*.{js,jsx}', // repos with multiple top-level test files
8080
'**/*{.,_}{test,spec}.{js,jsx}', // tests where the extension or filename suffix denotes that it is a test
8181
'**/jest.config.js', // jest config
82+
'**/jest.setup.js', // jest setup
8283
'**/vue.config.js', // vue-cli config
8384
'**/webpack.config.js', // webpack config
8485
'**/webpack.config.*.js', // webpack config

0 commit comments

Comments
 (0)