Skip to content

Commit

Permalink
fix: make chains on same line
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent cbcd30a commit b43cf05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'node/shebang': 0,
'unicorn/filename-case': ['error', {case: 'snakeCase'}],
curly: 0,
indent: ['error', 2, {SwitchCase: 0, MemberExpression: 0}],
quotes: ['error', 'single', {avoidEscape: true}],
semi: ['error', 'never'],
},
Expand Down

0 comments on commit b43cf05

Please sign in to comment.