UNPKG

linted

Version:

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

9 lines 234 B
import { parser as tsParser } from "typescript-eslint"; import html from "@html-eslint/parser"; import yml from "yaml-eslint-parser"; export const parsers = { ts: tsParser, html, yml, }; //# sourceMappingURL=parsers.js.map