Skip to content

Commit 68780a7

Browse files
committedOct 30, 2020
change "no-var" to a warning
See: standard/standard#633 (comment) for an explanation. Fixes: standard/standard#633
1 parent 033b3df commit 68780a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎eslintrc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626

2727
"rules": {
28-
"no-var": "error",
28+
"no-var": "warn",
29+
2930
"accessor-pairs": ["error", { "setWithoutGet": true, "enforceForClassMembers": true }],
3031
"array-bracket-spacing": ["error", "never"],
3132
"array-callback-return": ["error", {

0 commit comments

Comments
 (0)
Please sign in to comment.