Skip to content

Commit fc8a076

Browse files
committed
Switch to supported rule: no-wrap-func -> no-extra-parens
no-wrap-func is deprecated now. http://eslint.org/docs/rules/no-extra-parens
1 parent 63ab1c6 commit fc8a076

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"no-extend-native": 2,
8686
"no-extra-bind": 2,
8787
"no-extra-boolean-cast": 2,
88-
"no-extra-parens": 0,
88+
"no-extra-parens": [2, "functions"],
8989
"no-extra-semi": 0,
9090
"no-extra-strict": 0,
9191
"no-fallthrough": 2,
@@ -156,7 +156,7 @@
156156
"no-void": 0,
157157
"no-warning-comments": 0,
158158
"no-with": 2,
159-
"no-wrap-func": 2,
159+
"no-wrap-func": 0,
160160
"object-curly-spacing": 0,
161161
"object-shorthand": 0,
162162
"one-var": [2, { "initialized": "never" }],

0 commit comments

Comments
 (0)