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

Commit

Permalink
Merge pull request #42 from stramel/patch-2
Browse files Browse the repository at this point in the history
Fix: Update curly lint rule
  • Loading branch information
philipwalton committed Jun 2, 2017
2 parents a26e753 + d7073f3 commit d7a198d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.js
Expand Up @@ -78,8 +78,9 @@ 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'], // TODO(philipwalton): add an option to enforce
// braces with the exception of simple,
// single-line if statements.
// 'default-case': 0,
// 'dot-location': 0,
// 'dot-notation': 0,
Expand Down

0 comments on commit d7a198d

Please sign in to comment.