Skip to content

Commit 1bb8251

Browse files
authoredOct 17, 2020
Revert "Disable tabs except for indentation" (#68)
This reverts commit 142defc.
1 parent 40ff0ea commit 1bb8251

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

Diff for: ‎index.js

-6
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ module.exports = {
6464
'no-regex-spaces': 'error',
6565
'no-setter-return': 'error',
6666
'no-sparse-arrays': 'error',
67-
'no-tabs': [
68-
'error',
69-
{
70-
allowIndentationTabs: true
71-
}
72-
],
7367
'no-template-curly-in-string': 'error',
7468
'no-unreachable': 'error',
7569
'no-unreachable-loop': 'error',

0 commit comments

Comments
 (0)