Skip to content

eslint-plugin-svelte@2.40.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 15:00
· 21 commits to main since this release
3ba8d57

Minor Changes

  • #792 cb722bc Thanks @ota-meshi! - feat: update svelte-eslint-parser to 0.39

  • #796 5e4d264 Thanks @ota-meshi! - feat: improve svelte/valid-compile to use svelte.config.js's onwarn from the parser.

  • #794 7894f82 Thanks @ota-meshi! - feat: improve svelte/valid-prop-names-in-kit-pages to use svelte.config.js data from the parser.

  • #794 7894f82 Thanks @ota-meshi! - feat: improve svelte/no-export-load-in-svelte-module-in-kit-pages to use svelte.config.js data from the parser.

Patch Changes

  • #795 df947a7 Thanks @baseballyama! - deps: update svelte-eslint-parser to 0.39.1 to set svelteFeatures.runes to true by default for Svelte 5

  • #797 f6d4e4c Thanks @ota-meshi! - fix: svelte/valid-compile to use verbatimModuleSyntax to work with TS v5.5.