File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 152152 "no-new-object": 2, // http://eslint.org/docs/rules/no-new-object
153153 "no-spaced-func": 2, // http://eslint.org/docs/rules/no-spaced-func
154154 "no-trailing-spaces": 2, // http://eslint.org/docs/rules/no-trailing-spaces
155- "no-wrap-func ": 2, // http://eslint.org/docs/rules/no-wrap-func
155+ "no-extra-parens ": [ 2, "functions"], // http://eslint.org/docs/rules/no-extra-parens
156156 "no-underscore-dangle": 0, // http://eslint.org/docs/rules/no-underscore-dangle
157157 "one-var": [2, "never"], // http://eslint.org/docs/rules/one-var
158158 "padded-blocks": [2, "never"], // http://eslint.org/docs/rules/padded-blocks
166166 "space-before-function-paren": [2, "never"], // http://eslint.org/docs/rules/space-before-function-paren
167167 "space-infix-ops": 2, // http://eslint.org/docs/rules/space-infix-ops
168168 "space-return-throw-case": 2, // http://eslint.org/docs/rules/space-return-throw-case
169- "spaced-line- comment": 2, // http://eslint.org/docs/rules/spaced-line -comment
169+ "spaced-comment": 2, // http://eslint.org/docs/rules/spaced-comment
170170
171171/**
172172 * JSX style
You can’t perform that action at this time.
0 commit comments