Skip to content

Commit

Permalink
fix: Remove snakeCase rule. (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron authored and jdx committed May 31, 2018
1 parent 906258d commit f8b5e78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -16,7 +16,6 @@ module.exports = {
'default-case': 0,
'no-multi-spaces': 0,
'node/shebang': 0,
'unicorn/filename-case': ['error', {case: 'snakeCase'}],
curly: 0,
indent: ['error', 2, {SwitchCase: 0, MemberExpression: 0}],
quotes: ['error', 'single', {avoidEscape: true}],
Expand Down

0 comments on commit f8b5e78

Please sign in to comment.