Skip to content

Commit

Permalink
Switch to supported rule: no-wrap-func -> no-extra-parens
Browse files Browse the repository at this point in the history
no-wrap-func is deprecated now.

http://eslint.org/docs/rules/no-extra-parens
  • Loading branch information
feross committed Jul 17, 2015
1 parent 63ab1c6 commit fc8a076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"no-extend-native": 2,
"no-extra-bind": 2,
"no-extra-boolean-cast": 2,
"no-extra-parens": 0,
"no-extra-parens": [2, "functions"],
"no-extra-semi": 0,
"no-extra-strict": 0,
"no-fallthrough": 2,
Expand Down Expand Up @@ -156,7 +156,7 @@
"no-void": 0,
"no-warning-comments": 0,
"no-with": 2,
"no-wrap-func": 2,
"no-wrap-func": 0,
"object-curly-spacing": 0,
"object-shorthand": 0,
"one-var": [2, { "initialized": "never" }],
Expand Down

0 comments on commit fc8a076

Please sign in to comment.