Skip to content

Commit

Permalink
fix: disable 'intent' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jan 22, 2022
1 parent 962cb3a commit 9bf6842
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 @@ -23,6 +23,7 @@ module.exports = {
'comma-dangle': 0,
'complexity': ['error', { max: 10 }],
'import/named': 'error',
'indent': 0,
'no-console': ['error', { allow: ['warn', 'error', 'info'] }],
'no-use-before-define': 0,
'no-var': ['error'],
Expand Down

0 comments on commit 9bf6842

Please sign in to comment.