@html-eslint/eslint-plugin-svelte
v0.64.0
Published
ESLint plugin for HTML with Svelte support
Downloads
412
Maintainers
Readme
@html-eslint/eslint-plugin-svelte
ESLint plugin providing HTML linting rules for Svelte components.
Installation
npm install --save-dev eslint @html-eslint/eslint-plugin-svelte svelte-eslint-parserConfiguration
// eslint.config.js
import htmlSvelte from "@html-eslint/eslint-plugin-svelte";
import svelteParser from "svelte-eslint-parser";
export default [
{
files: ["**/*.svelte"],
languageOptions: {
parser: svelteParser,
},
...htmlSvelte.configs.recommended,
},
];Documentation
License
MIT
