Skip to content

Commit

Permalink
Revert "Disable tabs except for indentation" (#68)
Browse files Browse the repository at this point in the history
This reverts commit 142defc.
  • Loading branch information
sindresorhus authored Oct 17, 2020
1 parent 40ff0ea commit 1bb8251
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ 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 1bb8251

Please sign in to comment.