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 (15 loc) 288 B
import ts from "./ts.js"; import svelte from "./svelte.js"; import html from "./html.js"; import css from "./css.js"; import json from "./json.js"; import yml from "./yml.js"; export default { ts, svelte, html, css, json, yml, }; //# sourceMappingURL=index.js.map