Skip to content

Commit 18c0901

Browse files
committed
chore(eslint-config): remove some browser globals
1 parent cb13a04 commit 18c0901

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/eslint-config/index.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ module.exports = {
1111
globals: {
1212
...globals.browser,
1313
...globals.es2021,
14-
...globals.node,
15-
document: 'readonly',
16-
navigator: 'readonly',
17-
window: 'readonly'
14+
...globals.node
1815
},
1916
parserOptions: {
2017
ecmaFeatures: {

0 commit comments

Comments
 (0)