UNPKG

linted

Version:

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

10 lines (8 loc) 205 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 as unknown, html, yml, };