This commit is contained in:
gcch 2025-10-27 14:22:45 +01:00
commit d14e999d04
5 changed files with 163 additions and 171 deletions

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

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