diff --git a/packages/eslint-config-airbnb/rules/style.js b/packages/eslint-config-airbnb/rules/style.js index 68d76d4c..6fce4672 100644 --- a/packages/eslint-config-airbnb/rules/style.js +++ b/packages/eslint-config-airbnb/rules/style.js @@ -49,7 +49,7 @@ module.exports = { // disallow if as the only statement in an else block 'no-lonely-if': 0, // disallow mixed spaces and tabs for indentation - 'no-mixed-spaces-and-tabs': 0, + 'no-mixed-spaces-and-tabs': 2, // disallow multiple empty lines 'no-multiple-empty-lines': [2, {'max': 2}], // disallow nested ternary expressions