Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update curly lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
stramel committed May 19, 2017
1 parent d13ead7 commit 0753850
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Expand Up @@ -78,8 +78,7 @@ module.exports = {
// 'class-methods-use-this': 0,
// 'complexity': 0,
// 'consistent-return': 0
// 'curly': 0, // TODO(philipwalton): add an option to enforce braces with
// the exception of simple, single-line if statements.
'curly': [2, 'multi-line'],
// 'default-case': 0,
// 'dot-location': 0,
// 'dot-notation': 0,
Expand Down

0 comments on commit 0753850

Please sign in to comment.