This commit is contained in:
gcch 2026-04-10 21:24:00 +02:00
commit c3759fc377
12 changed files with 170 additions and 155 deletions

View file

@ -1,3 +1,7 @@
import type { KnipConfig } from "knip";
import config from "@gcch/configuration-oxlint";
export default config;
const oxLintConfig: KnipConfig = config;
export default oxLintConfig;