Skip to content

Commit

Permalink
Disable tabs except for indentation (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Oct 17, 2020
1 parent 4e3d399 commit 142defc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ module.exports = {
'no-regex-spaces': 'error',
'no-setter-return': 'error',
'no-sparse-arrays': 'error',
'no-tabs': [
'error',
{
allowIndentationTabs: true
}
],
'no-template-curly-in-string': 'error',
'no-unreachable': 'error',
'no-unreachable-loop': 'error',
Expand Down

0 comments on commit 142defc

Please sign in to comment.