wip: template

Signed-off-by: Alix von Schirp <github@avonschirp.bootmedia.de>
This commit is contained in:
2025-10-22 05:26:09 +02:00
parent c5ce1bfbcd
commit 5e570201bd
7 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import repoConfig from "@repo/configs/eslint";
export default [
...repoConfig,
{ ignores: ["dist/**", "docs/**"] },
{ files: ["**/*.{ts}"] },
];