Skip to content

Commit b00e8ff

Browse files
committed
Remove unnecessary ESLint env changes
Unlike airbnb-base/legacy, the airbnb-base config includes the node env and does not include the browser env by default. Leave as-is. Signed-off-by: Kevin Locke <[email protected]>
1 parent 0aa093d commit b00e8ff

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.eslintrc.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ extends: "airbnb-base"
88
parserOptions:
99
sourceType: "script"
1010

11-
env:
12-
node: true
13-
## disable unwanted browser env from airbnb/legacy
14-
# Note: Only works for ESLint 2+: https://github.com/eslint/eslint/issues/3915
15-
browser: false
16-
1711
rules:
1812
# Possible Errors
1913
# list: https://github.com/eslint/eslint/tree/master/docs/rules#possible-errors

0 commit comments

Comments
 (0)