From aa4e9c466ad8edc44aa744a579389d10af2e6fd7 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 6 Sep 2016 01:07:39 -0700 Subject: [PATCH] [eslint config] [base] [breaking] enable `no-tabs` --- packages/eslint-config-airbnb-base/rules/style.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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',