We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
new parens
1 parent 4018072 commit 7b7c012Copy full SHA for 7b7c012
rules/stylistic-issues.js
@@ -186,7 +186,7 @@ module.exports = {
186
// require parentheses when invoking a constructor with no arguments
187
// http://eslint.org/docs/rules/new-parens
188
// This is handled by Prettier in Defaults 2.0
189
- 'new-parens': 'pff',
+ 'new-parens': 'off',
190
191
// require or disallow an empty line after variable declarations
192
// http://eslint.org/docs/rules/newline-after-var
0 commit comments