linted
Version:
ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.
12 lines (10 loc) • 331 B
text/typescript
import type { ParserOptions } from "@html-eslint/parser";
export default {
languageOptions: {
parser: "html",
parserOptions: {
frontmatter: true /* @default: false | INFO: https://html-eslint.org/docs/integrating-template-engine#skip-frontmatter */,
} satisfies ParserOptions,
},
language: "html/html",
};