Skip to content

Commit

Permalink
New rule: Disallow unnecessary constructor (no-useless-constructor)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 5, 2016
1 parent ae3e8f6 commit 3c0cef7
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 @@ -110,6 +110,7 @@
"no-unreachable": 2,
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
"no-useless-call": 2,
"no-useless-constructor": 2,
"no-with": 2,
"one-var": [2, { "initialized": "never" }],
"operator-linebreak": [2, "after", { "overrides": { "?": "before", ":": "before" } }],
Expand Down

0 comments on commit 3c0cef7

Please sign in to comment.