Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
refs opencomponents#436 Set no-var and prefer-const to 'error'
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Apr 7, 2017
1 parent ef81c24 commit fe5ab2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"no-useless-escape": "off",
"no-useless-rename": "error",
"no-useless-return": "error",
"no-var": "off",
"no-var": "error",
"no-void": "off",
"no-warning-comments": "error",
"no-whitespace-before-property": "error",
Expand All @@ -204,7 +204,7 @@
"operator-linebreak": "off",
"padded-blocks": "off",
"prefer-arrow-callback": "off",
"prefer-const": "off",
"prefer-const": "error",
"prefer-destructuring": [
"error",
{
Expand Down

0 comments on commit fe5ab2b

Please sign in to comment.