first commit

This commit is contained in:
TuanVT
2026-05-23 09:48:07 +07:00
parent 03b9101bd5
commit b6ccde2c74
134 changed files with 7178 additions and 110 deletions
+6
View File
@@ -13,6 +13,12 @@ const eslintConfig = defineConfig([
"build/**",
"next-env.d.ts",
]),
{
rules: {
"no-var": "off",
"@typescript-eslint/no-explicit-any": "off", // tắt lỗi any
},
},
]);
export default eslintConfig;