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.
devDependencies
test/
1 parent b0d7a9f commit 3be5781Copy full SHA for 3be5781
src/config/helpers/build-eslint.js
@@ -57,6 +57,7 @@ const buildConfig = ({withReact = false} = {}) => {
57
'import/no-extraneous-dependencies'
58
][1].devDependencies.concat([
59
'jest/**',
60
+ 'test/**',
61
'e2e/**',
62
'**/*.config.{js,ts}',
63
]),
0 commit comments