mirror of
https://github.com/YuzuZensai/Cloudflare-DDNS-Updater.git
synced 2026-07-15 14:26:39 +00:00
9 lines
178 B
JavaScript
9 lines
178 B
JavaScript
import tseslint from "typescript-eslint";
|
|
|
|
export default tseslint.config(
|
|
{
|
|
ignores: ["dist/**", "logs/**", "node_modules/**"],
|
|
},
|
|
...tseslint.configs.recommended,
|
|
);
|