Skip to content

Commit 96f95fa

Browse files
tclindnerljharb
authored andcommitted
[eslint config] [base] [patch] no-extraneous-dependencies: Add jest.setup.js to devDeps
1 parent ebe9682 commit 96f95fa

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

Lines changed: 1 addition & 0 deletions
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)