Socket
Socket
Sign inDemoInstall

eslint-plugin-svelte3

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-svelte3 - npm Package Versions

134

2.7.3

Diff

Changelog

Source

2.7.3

  • Fix mishandling of blocks whose last line consists of only the expected indentation
conduitry
published 2.7.2 •

Changelog

Source

2.7.2

  • Fix regression when using linebreak-style with Windows line endings
conduitry
published 2.7.1 •

Changelog

Source

2.7.1

  • Named code blocks were in fact a breaking change, sorry!
  • They're now disabled by default, but can be enabled with svelte3/named-blocks
conduitry
published 2.7.0 •

Changelog

Source

2.7.0

  • Expose the parts of each linted component as separate named code blocks module.js, instance.js, and template.js
conduitry
published 2.6.0 •

Changelog

Source

2.6.0

  • Add svelte3/compiler setting to allow overriding which instance of the Svelte compiler is used
conduitry
published 2.5.0 •

Changelog

Source

2.5.0

  • Fix let: handling on regular elements as well
  • Separate then and catch scopes in {#await}
conduitry
published 2.4.2 •

Changelog

Source

2.4.2

  • Fix handling of the scope created by let: directives
conduitry
published 2.4.1 •

Changelog

Source

2.4.1

  • Fix attribute parsing edge case in svelte3/ignore-styles callback
conduitry
published 2.4.0 •

Changelog

Source

2.4.0

  • Respect no-self-assign rule unless self-assignment is to a top-level variable known to the compiler
  • Better handling of identifiers containing unicode characters
conduitry
published 2.3.0 •

Changelog

Source

2.3.0

  • Respect quotes rule unless inside a template expression which is inside an attribute or directive enclosed in quotes
  • Respect no-unused-expressions rule again (which is now safe thanks to a previous refactor)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc