Skip to content

Commit

Permalink
Add array-bracket-newline rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 19, 2017
1 parent 6da3bb2 commit e2f3748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -140,6 +140,7 @@ module.exports = {
'no-path-concat': 'error',
'no-restricted-imports': ['error', 'domain', 'freelist', 'smalloc', 'sys', 'colors'],
'no-restricted-modules': ['error', 'domain', 'freelist', 'smalloc', 'sys', 'colors'],
'array-bracket-newline': ['error', 'consistent'],
'array-bracket-spacing': ['error', 'never'],
'brace-style': ['error', '1tbs', {
allowSingleLine: false
Expand Down

0 comments on commit e2f3748

Please sign in to comment.