From 4cea34bfaed5230504944f2cf928372c437da799 Mon Sep 17 00:00:00 2001 From: Cyn Date: Wed, 29 Dec 2021 13:32:52 -0500 Subject: [PATCH] Add no-tabs error to eslint --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 8639e7a..554d51f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -231,7 +231,7 @@ module.exports = { "no-spaced-func": ["off"], "no-sparse-arrays": ["error"], "no-sync": ["error"], - "no-tabs": ["off"], + "no-tabs": ["error"], "no-template-curly-in-string": ["error"], "no-ternary": ["off"], "no-this-before-super": ["off"],