UNPKG

linted

Version:

ESLint mono-plugin bundler with strict, opinionated defaults for JavaScript, TypeScript, Svelte, HTML, CSS, JSON, JSONC, and YAML.

12 lines (10 loc) 227 B
import type { ParserOptions } from "@html-eslint/parser"; export default { languageOptions: { parser: "html", parserOptions: { frontmatter: true, } satisfies ParserOptions, }, language: "html/html", };