This commit is contained in:
gcch 2026-03-29 16:27:08 +02:00
commit 63781a6119
16 changed files with 3502 additions and 0 deletions

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

@ -0,0 +1,6 @@
import { OxlintConfig } from "oxlint";
//#region ../index.d.ts
declare const config: OxlintConfig;
//#endregion
export { config as default };