Skip to content

Commit

Permalink
Enable the no-tabs rule
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Jul 7, 2017
1 parent 62037f0 commit 0a7b701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ module.exports = {
'no-new-object': 2,
// 'no-plusplus': 0,
// 'no-restricted-syntax': 0,
// 'no-tabs': 0,
'no-tabs': 2,
// 'no-ternary': 0,
'no-trailing-spaces': 2,
// 'no-underscore-dangle': 0,
Expand Down

0 comments on commit 0a7b701

Please sign in to comment.