Skip to content

Commit 13f814d

Browse files
authored
chore: cleanup eslint (#1379)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent bc9298f commit 13f814d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

eslint.config.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ export default [
5151
files: ['**/*.js'],
5252
languageOptions: { sourceType: 'commonjs' }
5353
},
54-
{
55-
files: ['{src,tests}/**/*!(.{node,web}).{js,mjs,cjs.ts}'],
56-
languageOptions: {
57-
globals: {
58-
...globals.browser,
59-
...globals.node
60-
}
61-
}
62-
},
6354
{
6455
files: [
6556
'**/*.{test,spec}.{js,mjs,cjs,ts}',

0 commit comments

Comments
 (0)