👷 ci: add eslint into the check script and CI matrix

This commit is contained in:
2026-07-01 13:22:32 +07:00
parent f6f7edeef6
commit 27f9f20729
4 changed files with 184 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
import tseslint from "typescript-eslint";
export default tseslint.config(
{
ignores: ["dist/**", "logs/**", "node_modules/**"],
},
...tseslint.configs.recommended,
);