Skip to content

Commit

Permalink
feat: add no-tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Aug 27, 2021
1 parent 043a20c commit b71ecaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/basic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ module.exports = {
'no-debugger': 'error',
'no-console': 'error',
'no-cond-assign': ['error', 'always'],
'no-tabs': 'error',
'func-call-spacing': ['off', 'never'],
'key-spacing': ['error', { beforeColon: false, afterColon: true }],
'indent': ['error', 2, { SwitchCase: 1, VariableDeclarator: 1, outerIIFEBody: 1 }],
Expand Down

0 comments on commit b71ecaa

Please sign in to comment.