UNPKG

@truenine/eslint9-config

Version:

ESLint 9 configuration package for Compose Client projects with TypeScript, Vue, and modern JavaScript support

7 lines (6 loc) 205 B
import { Linter } from "eslint"; //#region src/presets/base-rules.d.ts declare const baseRulesPreset: Linter.RulesRecord; //#endregion export { baseRulesPreset }; //# sourceMappingURL=base-rules.d.mts.map