mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 04:48:12 -05:00
[eslint config] [base] [breaking] enable no-tabs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user