Skip to content

Commit

Permalink
Remove dumb no-var rule
Browse files Browse the repository at this point in the history
  • Loading branch information
itsfadnis committed Mar 23, 2018
1 parent 485855c commit 67dc4a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .eslintrc
Expand Up @@ -14,11 +14,6 @@
// http://eslint.org/docs/rules/strict
"strict": [2, "never"],

/**
* ES6
*/
"no-var": 2, // http://eslint.org/docs/rules/no-var

/**
* Variables
*/
Expand Down

0 comments on commit 67dc4a1

Please sign in to comment.