Skip to content

Commit

Permalink
chore(eslint): disable camelcase rule
Browse files Browse the repository at this point in the history
  • Loading branch information
eowfenth committed May 6, 2020
1 parent ed7d1e6 commit 4e3349a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ module.exports = {
rules: {
indent: ['error', 'tab'],
'no-tabs': 0,
camelcase: 0,
},
};

0 comments on commit 4e3349a

Please sign in to comment.