UNPKG

linted

Version:

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

13 lines 325 B
import { parser as ts } from "typescript-eslint"; import svelte from "svelte-eslint-parser"; import html from "@html-eslint/parser"; import jsonc from "jsonc-eslint-parser"; import yml from "yaml-eslint-parser"; export const parsers = { ts, svelte, html, jsonc, yml, }; //# sourceMappingURL=parsers.js.map