Skip to content

Commit 4498014

Browse files
ESLint: add 'shared-node-browser' environment (#3549)
Motivation: #3537 (comment)
1 parent 626f2d2 commit 4498014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ parserOptions:
22
sourceType: script
33
env:
44
es2022: true
5+
shared-node-browser: true
56
reportUnusedDisableDirectives: true
67
plugins:
78
- internal-rules

0 commit comments

Comments
 (0)