UNPKG

linted

Version:

ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.

4 lines 173 B
type Parsers = "ts" | "svelte" | "html" | "jsonc" | "yml"; export declare const parsers: Readonly<Record<Parsers, unknown>>; export {}; //# sourceMappingURL=parsers.d.ts.map