[eslint config] [base] [breaking] enable no-tabs

This commit is contained in:
Jordan Harband
2016-09-06 01:07:39 -07:00
parent 27dcb99c6d
commit aa4e9c466a

View File

@@ -195,8 +195,7 @@ module.exports = {
'no-spaced-func': 'error',
// disallow tab characters entirely
// TODO: enable
'no-tabs': 'off',
'no-tabs': 'error',
// disallow the use of ternary operators
'no-ternary': 'off',