Skip to content

Commit c7658c9

Browse files
committed
feat(config/eslint): allow devDependencies in .config.cjs
1 parent 2a8a6e3 commit c7658c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/helpers/build-eslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const buildConfig = ({withReact = false} = {}) => {
6161
'jest/**',
6262
'test/**',
6363
'e2e/**',
64-
'**/*.config.{js,ts}',
64+
'**/*.config.{js,cjs,ts}',
6565
]),
6666
optionalDependencies: false,
6767
},

0 commit comments

Comments
 (0)