diff --git a/packages/eslint-config-airbnb-base/rules/style.js b/packages/eslint-config-airbnb-base/rules/style.js index 288b0ed5..c3f0442f 100644 --- a/packages/eslint-config-airbnb-base/rules/style.js +++ b/packages/eslint-config-airbnb-base/rules/style.js @@ -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',