This commit is contained in:
jejolare 2025-07-01 19:16:20 +07:00
parent 800f68cd7f
commit 702f56a3cf

View file

@ -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",