This commit is contained in:
gcch 2025-09-26 10:17:32 +02:00
commit ae566b5179
14 changed files with 766 additions and 0 deletions

6
dist/index.d.ts vendored Normal file
View file

@ -0,0 +1,6 @@
import { Linter } from "eslint";
//#region index.d.ts
declare const configTypescriptNavigateur: Linter.Config[];
//#endregion
export { configTypescriptNavigateur };