From 56df5a744d8a0df335892a088b8454d94afdc370 Mon Sep 17 00:00:00 2001 From: Luan Date: Thu, 24 Oct 2024 09:33:18 -0300 Subject: [PATCH] chore(linter): Update no-tabs rule --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index e3615f0..7f0d921 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -67,7 +67,7 @@ export default [ max: 1, maxEOF: 0, }], - "no-tabs": "error", + "no-tabs": "warn", "brace-style": "error", "new-parens": "error", "space-infix-ops": "error",