Skip to content

Commit 4cc50b0

Browse files
committed
Disallow usage of globalThis for compatibility
1 parent f0466c4 commit 4cc50b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/standard-hooks/.eslintrc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"env": {
1616
"browser": true
1717
},
18-
"globals": {
19-
"globalThis": true
20-
},
2118
"rules": {
2219
"import/no-extraneous-dependencies": [
2320
"error",

0 commit comments

Comments
 (0)