Skip to content

Commit

Permalink
fix(config): replace default camelcase rule with babel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jun 12, 2020
1 parent cbd6204 commit f2ed6e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ module.exports = {
'no-empty': [ERROR, { allowEmptyCatch: true }],

// ES6 fixes
camelcase: OFF,
'babel/camelcase': [WARNING, {
properties: 'never',
}],
'no-unused-expressions': OFF,
'babel/no-unused-expressions': [WARNING, { allowShortCircuit: true }],

Expand Down

0 comments on commit f2ed6e0

Please sign in to comment.