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
.config.cjs
1 parent 2a8a6e3 commit c7658c9Copy full SHA for c7658c9
src/config/helpers/build-eslint.js
@@ -61,7 +61,7 @@ const buildConfig = ({withReact = false} = {}) => {
61
'jest/**',
62
'test/**',
63
'e2e/**',
64
- '**/*.config.{js,ts}',
+ '**/*.config.{js,cjs,ts}',
65
]),
66
optionalDependencies: false,
67
},
0 commit comments