eslint-plugin-svelte3
Advanced tools
Changelog
3.3.0
$$Props
, $$Slots
, $$Events
interface/type usage<svelte:fragment let:x>
preserveValueImports
if it's availablesvelte3/ignore-styles
: Now ignores styles if its tag has a lang
or type
attributeChangelog
3.2.0
true
in configurationLinter
instance in a workspace with multiple directories@typescript-eslint/indent
and @typescript-eslint/quotes
messages like what already happens with indent
and quotes
Changelog
3.1.2
unsafe-member-access
errors - see README for current limitationsChangelog
3.1.1
import
s in TypeScript componentsChangelog
3.0.0
no-unused-vars
for variables that are assigned to in the template, but are only used in the script