This commit is contained in:
gcch 2026-03-18 17:28:39 +01:00
commit c0620280e6
13 changed files with 237 additions and 127 deletions

2
dist/index.d.mts vendored
View file

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