Skip to content

Commit

Permalink
fix: use snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent 93480ea commit 9b7b650
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 @@ -14,6 +14,7 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'default-case': 0,
'node/shebang': 0,
'unicorn/filename-case': ['error', {case: 'snakeCase'}],
curly: 0,
quotes: ['error', 'single', {avoidEscape: true}],
semi: ['error', 'never'],
Expand Down

0 comments on commit 9b7b650

Please sign in to comment.