fonc: met en place oxlint uniquement pour ses règles exclusives
This commit is contained in:
parent
5b35de89e7
commit
effd10eb1b
4 changed files with 23 additions and 1 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èglesJsDoc } from "./règles/jsdoc.ts";
|
||||
import { règlesOxlint } from "./règles/oxlint.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";
|
||||
|
|
@ -36,4 +37,5 @@ export const configTypescriptNavigateur: ReadonlyArray<Linter.Config> = defineCo
|
|||
règlesSonarJs,
|
||||
règlesJsDoc,
|
||||
règlesTri,
|
||||
règlesOxlint,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue