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.
mjs
cjs
1 parent 0ebe6f2 commit 472303cCopy full SHA for 472303c
packages/eslint-config-base/rules/imports.js
@@ -43,12 +43,12 @@ module.exports = {
43
'**/gulpfile.{js,ts}', // gulp config
44
'**/gulpfile.*.{js,ts}', // gulp config
45
'**/Gruntfile{,.js}', // grunt config
46
- '**/.eslintrc.js', // eslint config
+ '**/.eslintrc.{,m,c}js', // eslint config
47
'**/.prettierrc.js', // prettier config
48
'**/*.config.{js,ts}', // other config
49
'**/*.config.*.js,ts}', // other config
50
'**/*.conf.{js,ts}', // other conf
51
- '**/*.conf.*.js,ts}', // other conf
+ '**/*.conf.*.{js,ts}', // other conf
52
],
53
optionalDependencies: false,
54
},
0 commit comments