Skip to content

Commit

Permalink
New rule: no-useless-call
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 17, 2015
1 parent fc8a076 commit 6fba6e3
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 @@ -152,6 +152,7 @@
"no-unused-expressions": 0,
"no-unused-vars": [2, { "vars": "all", "args": "none" }],
"no-use-before-define": 0,
"no-useless-call": 2,
"no-var": 0,
"no-void": 0,
"no-warning-comments": 0,
Expand Down

0 comments on commit 6fba6e3

Please sign in to comment.