We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bcc7d commit d411490Copy full SHA for d411490
src/config/helpers/eslint.js
@@ -31,7 +31,7 @@ const buildConfig = ({withReact = false} = {}) => {
31
{
32
devDependencies: rules[
33
'import/no-extraneous-dependencies'
34
- ][1].devDependencies.concat('jest/**'),
+ ][1].devDependencies.concat('jest/**', 'e2e/**'),
35
optionalDependencies: false,
36
},
37
],
0 commit comments