Skip to content

Commit

Permalink
New rule: no-const-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 17, 2015
1 parent 6fba6e3 commit 2dd1a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"no-comma-dangle": 0,
"no-cond-assign": 2,
"no-console": 0,
"no-const-assign": 2,
"no-constant-condition": 0,
"no-continue": 0,
"no-control-regex": 2,
Expand Down

0 comments on commit 2dd1a09

Please sign in to comment.