Skip to content

Commit 66b308b

Browse files
committed
allowing devDeps to be imported in .stories.js and .test.js files
1 parent 012d50f commit 66b308b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

es6.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ module.exports = {
3030
'no-plusplus': 'off',
3131

3232
'jest/no-large-snapshots': 'error',
33+
34+
'import/no-extraneous-dependencies': ['error', {devDependencies: ['**/*.stories.js', '**/*.test.js']}]
3335
},
3436
}

0 commit comments

Comments
 (0)