Skip to content

Commit 97ebb33

Browse files
authored
WRR-1005: Updated Eslint to version 9 v2 (#98)
1 parent 861d1e9 commit 97ebb33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ const basicConfig = [
4949
sourceType: 'module',
5050
globals: {
5151
...globals.es2015,
52-
'shared-node-browser': true, // restrict to common globals to preserve isomorphic support
52+
...globals['shared-node-browser'], // restrict to common globals to preserve isomorphic support
5353
...globals.commonjs,
54-
...globals.node,
5554
...customGlobals
5655
},
5756
parser: babelParser,

0 commit comments

Comments
 (0)