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

Commit

Permalink
Re-add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
stramel committed Jun 2, 2017
1 parent 0753850 commit d7073f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Expand Up @@ -78,7 +78,9 @@ module.exports = {
// 'class-methods-use-this': 0,
// 'complexity': 0,
// 'consistent-return': 0
'curly': [2, 'multi-line'],
'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 d7073f3

Please sign in to comment.