Skip to content

Commit 7318087

Browse files
committed
chore: remove separate eslint.config.js entry for .cjs
1 parent 111f741 commit 7318087

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

eslint.config.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,17 +183,6 @@ export default [
183183
'no-console': 'off',
184184
},
185185
},
186-
{
187-
files: ['packages/**/gulpfile.cjs'],
188-
languageOptions: {
189-
globals: {
190-
...globals.node,
191-
},
192-
},
193-
rules: {
194-
'@typescript-eslint/no-require-imports': 'off',
195-
},
196-
},
197186
{
198187
files: ['packages/**/test/**', 'test/integration/**'],
199188
languageOptions: {

0 commit comments

Comments
 (0)