Skip to content

Commit 7b7c012

Browse files
committed
fix(style issues): Typo in new parens rule
1 parent 4018072 commit 7b7c012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/stylistic-issues.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ module.exports = {
186186
// require parentheses when invoking a constructor with no arguments
187187
// http://eslint.org/docs/rules/new-parens
188188
// This is handled by Prettier in Defaults 2.0
189-
'new-parens': 'pff',
189+
'new-parens': 'off',
190190

191191
// require or disallow an empty line after variable declarations
192192
// http://eslint.org/docs/rules/newline-after-var

0 commit comments

Comments
 (0)