Skip to content

Commit

Permalink
New rule: no-class-assign
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 17, 2015
1 parent 2dd1a09 commit 96c727f
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 @@ -62,6 +62,7 @@
"no-bitwise": 0,
"no-caller": 2,
"no-catch-shadow": 0,
"no-class-assign": 2,
"no-comma-dangle": 0,
"no-cond-assign": 2,
"no-console": 0,
Expand Down

0 comments on commit 96c727f

Please sign in to comment.