@html-eslint/eslint-plugin-svelte
v0.58.1
Published
ESLint plugin for HTML with Svelte support
Downloads
454
Maintainers
Readme
@html-eslint/eslint-plugin-svelte
ESLint plugin for HTML with Svelte support.
Installation
npm install --save-dev @html-eslint/eslint-plugin-svelteUsage
ESLint Flat Config
import htmlSvelte from "@html-eslint/eslint-plugin-svelte";
export default [
{
plugins: {
"@html-eslint/svelte": htmlSvelte,
},
rules: {
// Add rules here
},
},
];Legacy Config
module.exports = {
plugins: ["@html-eslint/svelte"],
rules: {
// Add rules here
},
};License
MIT
