Skip to content

Commit

Permalink
feat: set one-var to never
Browse files Browse the repository at this point in the history
This rule became obsolete with adoptation of "const".
  • Loading branch information
gajus committed Nov 25, 2016
1 parent 0189d65 commit d7c0f6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configurations/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,10 @@
0,
"always"
],
"one-var": 0,
"one-var": [
2,
"never"
],
"one-var-declaration-per-line": 2,
"operator-assignment": [
2,
Expand Down

0 comments on commit d7c0f6e

Please sign in to comment.