init
This commit is contained in:
commit
29231b0638
13 changed files with 165 additions and 0 deletions
9
knip.config.ts
Normal file
9
knip.config.ts
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue