Skip to content

Commit

Permalink
Disallow tabs in file (no-tabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 19, 2016
1 parent f419de5 commit d8be9e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -103,6 +103,7 @@
"no-sequences": 2,
"no-shadow-restricted-names": 2,
"no-sparse-arrays": 2,
"no-tabs": 2,
"no-this-before-super": 2,
"no-throw-literal": 2,
"no-trailing-spaces": 2,
Expand Down

0 comments on commit d8be9e3

Please sign in to comment.