Skip to content

Commit

Permalink
change "no-var" to a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Oct 30, 2020
1 parent 033b3df commit 68780a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},

"rules": {
"no-var": "error",
"no-var": "warn",

"accessor-pairs": ["error", { "setWithoutGet": true, "enforceForClassMembers": true }],
"array-bracket-spacing": ["error", "never"],
"array-callback-return": ["error", {
Expand Down

0 comments on commit 68780a7

Please sign in to comment.