# Introduction
eslint-plugin-svelte
is the official ESLint plugin for Svelte.
It leverages the AST generated by svelte-eslint-parser to provide custom linting for Svelte.
Note that eslint-plugin-svelte
and svelte-eslint-parser
cannot be used alongside eslint-plugin-svelte3.
See User Guide.
# Migration Guide
If you’re migrating from eslint-plugin-svelte
v1 or @ota-meshi/eslint-plugin-svelte
, see the migration guide.
# Versioning Policy
This project follows Semantic Versioning. Unlike ESLint’s versioning policy, new rules may be added to the recommended config in minor releases. If these rules cause unwanted warnings, you can disable them.
# Rules
See Available Rules.
# License
See LICENSE (MIT).