UNPKG

linted

Version:

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

14 lines 352 B
export default { languageOptions: { parser: "ts", parserOptions: { ecmaFeatures: { globalReturn: true, }, projectService: true, warnOnUnsupportedTypeScriptVersion: false, extraFileExtensions: [".svelte"], }, }, }; //# sourceMappingURL=ts.js.map