Skip to content

Commit

Permalink
Remove no-var ESLint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Mar 2, 2017
1 parent 9b5e6a0 commit 0bbe313
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"no-shadow": "error",
"no-unreachable": "error",
"no-use-before-define": [ "error", "nofunc" ],
"no-var": "error",
"object-curly-spacing": [ "error", "always" ],
"padded-blocks": [ "error", "never" ],
"quote-props": [ "error", "as-needed", { "keywords": true } ],
Expand Down

0 comments on commit 0bbe313

Please sign in to comment.