Releases: sveltejs/eslint-plugin-svelte
[email protected]
Patch Changes
-
#1403
e4d788dThanks @baseballyama! - deps: updatesvelte-eslint-parserto 1.4.0 (It supports$state.eager) -
#1365
57ccf95Thanks @marekdedic! - fix(no-navigation-without-resolve): Detecting asset() function as well -
#1378
5ba5c3eThanks @baseballyama! - fix(no-unused-props): validate spread operator properly -
#1377
27cf677Thanks @baseballyama! - fix(no-navigation-without-resolve): improve error messages
[email protected]
Patch Changes
-
#1322
1e06290Thanks @marekdedic! - fix(no-navigation-without-resolve): properly detecting absolute and fragment URLs in variables -
#1355
d8df1e8Thanks @InkedCat! - fix: properly support Windows inno-unused-propsrule
fix: properly support Windows invalid-style-parserule
fix: properly support Windows inno-unnecessary-conditionrule -
#1344
03a93f4Thanks @ota-meshi! - fix: preventing infinite loops in multiple rules
[email protected]
Patch Changes
- #1305
d92dde0Thanks @ota-meshi! - fix(no-top-level-browser-globals): false positives for compound logical expression guards
[email protected]
Patch Changes
-
#1299
5c7cba3Thanks @marekdedic! - feat: disabling more rules in runes mode -
#1299
5c7cba3Thanks @marekdedic! - feat: restricting SvelteKit rules to SvelteKit -
#1306
7cb3660Thanks @ota-meshi! - fix(no-unused-props): false positives forComponentProps<any>
[email protected]
Patch Changes
- #1313
27573f4Thanks @marekdedic! - fix: Not reporting mailto: and other unusual schema addresses in no-nmavigation-without-resolve (and its deprecated versions)
[email protected]
Minor Changes
-
#1308
abbcfddThanks @marekdedic! - feat(no-navigation-without-resolve): added to recommended rule set -
#1289
e2e791fThanks @marekdedic! - feat: added the no-navigation-without-resolve rule -
#1289
e2e791fThanks @marekdedic! - chore: deprecated the no-navigation-without-base rule
[email protected]
Minor Changes
-
#1151
843730dThanks @marekdedic! - feat: added theprefer-svelte-reactivityrule -
#1269
a444476Thanks @baseballyama! - feat: support asynchronous svelte
Patch Changes
[email protected]
[email protected]
[email protected]
Patch Changes
- #1252
5db956eThanks @ota-meshi! - fix(no-top-level-browser-globals): false positive for{#if browser}