From 702f56a3cf027110a3636cdaa35e710f2a8adb29 Mon Sep 17 00:00:00 2001 From: jejolare Date: Tue, 1 Jul 2025 19:16:20 +0700 Subject: [PATCH] debug --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index ca32e3a..dffaf9c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -29,7 +29,7 @@ "func-names": "off", "consistent-return": "off", "no-restricted-syntax": "off", - "indent": ["error", "tab"], + "@typescript-eslint/indent": ["error", "tab"], "class-methods-use-this": "off", "@typescript-eslint/no-unused-vars": [ "warn",