0.0.5
This commit is contained in:
parent
18d605339f
commit
268cf80769
14 changed files with 126 additions and 48 deletions
2
index.ts
2
index.ts
|
|
@ -4,6 +4,7 @@ import globals from "globals";
|
|||
|
||||
import { règlesJavaScript } from "./règles/javascript.ts";
|
||||
import { règlesProgrammationFonctionnelle } from "./règles/programmation-fonctionnelle.ts";
|
||||
import { règlesSonarJs } from "./règles/sonarjs.ts";
|
||||
import { règlesTri } from "./règles/tri.ts";
|
||||
import { règlesTypeScript } from "./règles/typescript.ts";
|
||||
import { règlesUnicorn } from "./règles/unicorn.ts";
|
||||
|
|
@ -31,5 +32,6 @@ export const configTypescriptNavigateur: ReadonlyArray<Linter.Config> = defineCo
|
|||
règlesTypeScript,
|
||||
règlesProgrammationFonctionnelle,
|
||||
règlesUnicorn,
|
||||
règlesSonarJs,
|
||||
règlesTri,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue