This commit is contained in:
gcch 2025-10-01 16:24:22 +02:00
commit 29231b0638
13 changed files with 165 additions and 0 deletions

9
knip.config.ts Normal file
View file

@ -0,0 +1,9 @@
import type { KnipConfig } from "knip";
const config: Readonly<KnipConfig> = {
// Knip ne peut pas analyser le fichier de configuration dprint.
ignoreDependencies: ["@gcch/configuration-dprint"],
project: ["**/*.{js,ts}"],
};
export default config;