Skip to content

Commit

Permalink
fix(style issues): Typo in new parens rule
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Dec 14, 2017
1 parent 4018072 commit 7b7c012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/stylistic-issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ module.exports = {
// require parentheses when invoking a constructor with no arguments
// http://eslint.org/docs/rules/new-parens
// This is handled by Prettier in Defaults 2.0
'new-parens': 'pff',
'new-parens': 'off',

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

0 comments on commit 7b7c012

Please sign in to comment.