Skip to content

Commit fdcfe10

Browse files
authored
chore: remove redundant globals dependency (#1166)
1 parent 519972d commit fdcfe10

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import globals from 'globals';
21
import pluginJs from '@eslint/js';
32
import neostandard from 'neostandard';
43
import nodePlugin from 'eslint-plugin-n';
@@ -23,7 +22,6 @@ export default [
2322
},
2423
{
2524
languageOptions: {
26-
globals: globals.nodeBuiltin,
2725
sourceType: 'module',
2826
ecmaVersion: 'latest',
2927
},

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"eslint-plugin-import": "^2.32.0",
6363
"eslint-plugin-n": "^17.24.0",
6464
"eslint-plugin-promise": "^7.3.0",
65-
"globals": "^17.4.0",
6665
"neostandard": "^0.13.0",
6766
"sinon": "^22.0.0"
6867
}

0 commit comments

Comments
 (0)