UNPKG

linted

Version:

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

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