mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-07-29 17:00:56 +00:00
👷 ci: add eslint into the check script and CI matrix
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import tseslint from "typescript-eslint";
|
||||
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: ["dist/**", "logs/**", "node_modules/**"],
|
||||
},
|
||||
...tseslint.configs.recommended,
|
||||
);
|
||||
Reference in New Issue
Block a user