0.0.7
This commit is contained in:
parent
dd42bc778a
commit
b73bd41af9
8 changed files with 164 additions and 127 deletions
2
index.ts
2
index.ts
|
|
@ -3,6 +3,7 @@ import { defineConfig, globalIgnores } from "eslint/config";
|
|||
import globals from "globals";
|
||||
|
||||
import { règlesJavaScript } from "./règles/javascript.ts";
|
||||
import { règlesJsDoc } from "./règles/jsdoc.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";
|
||||
|
|
@ -33,5 +34,6 @@ export const configTypescriptNavigateur: ReadonlyArray<Linter.Config> = defineCo
|
|||
règlesProgrammationFonctionnelle,
|
||||
règlesUnicorn,
|
||||
règlesSonarJs,
|
||||
règlesJsDoc,
|
||||
règlesTri,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue