From 19d34a4d151fc0dad48c049fbafa86c5e01ff82b Mon Sep 17 00:00:00 2001 From: jejolare Date: Fri, 4 Jul 2025 19:27:11 +0700 Subject: [PATCH] remove indent as we use prettier --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index dffaf9c..e547e5b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,7 +29,6 @@ "func-names": "off", "consistent-return": "off", "no-restricted-syntax": "off", - "@typescript-eslint/indent": ["error", "tab"], "class-methods-use-this": "off", "@typescript-eslint/no-unused-vars": [ "warn",