Releases: sveltejs/eslint-plugin-svelte
Releases Β· sveltejs/eslint-plugin-svelte
v0.10.0
βοΈ Updates
- #51 Update
indent
rule to support Class static block and typescript-eslint v5(rc).
v0.9.0
β¨ Enhancements
- #49 Add support for ESLint v8
v0.8.1
π Bug Fixes
- #44 Fixed false positives for js, and ts files in valid-compile.
v0.8.0
β¨ Enhancements
- #42 Added
ignoreWarnings
option to valid-compile
rule.
βοΈ Updates
- #43 Added
valid-compile
rule to "plugin:@ota-meshi/svelte/recommended"
config.
v0.7.2
π Bug Fixes
- #41 Fix false positives for html text in
indent
rule.
v0.7.1
π Bug Fixes
- #40 Fixed wrong error location when using ts with valid-compile rule.
v0.7.0
β¨ Enhancements
- #39 Add valid-compile rule
v0.6.0
β¨ Enhancements
- #38 Add first-attribute-linebreak rule
v0.5.0
β¨ Enhancements
- #33 Added
html-quotes
rule.
- fbaa1e4 Added
shorthand-attribute
rule.
- #34 Added no-object-in-text-mustaches rule.
- #35 Added no-not-function-handler rule
v0.4.1
π Bug Fixes
- #32 Fixed false positives for trailing comma with import in indent rule.