UNPKG

linted

Version:

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

16 lines (14 loc) 207 B
export const scopes = [ "js", "ts", "mocha", "svelte", "html", "css", "json", "jsonc", "jsoncc", "yml", ] as const; export { optional } from "./optional"; export { tree } from "./tree";