UNPKG

linted

Version:

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

8 lines 211 B
import html from "@html-eslint/parser"; import yml from "yaml-eslint-parser"; export declare const parsers: { ts: unknown; html: typeof html; yml: typeof yml; }; //# sourceMappingURL=parsers.d.ts.map