one-day-update-vna

This commit is contained in:
TuanVT
2026-07-21 16:46:47 +07:00
parent cc1214a59f
commit 47f859c298
175 changed files with 15135 additions and 87 deletions
+7
View File
@@ -13,6 +13,13 @@ const eslintConfig = defineConfig([
"build/**",
"next-env.d.ts",
]),
{
rules: {
"no-var": "off",
"prefer-const": "off",
"@typescript-eslint/no-explicit-any": "off", // tắt lỗi any
},
},
]);
export default eslintConfig;