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

124

2.2.2

Diff

Changelog

Source

2.2.2

  • Stop using inline configuration comments internally, to avoid issues with --no-inline-config and --report-unused-disable-directives
conduitry
published 2.2.1 •

Changelog

Source

2.2.1

  • Handle then and catch scope in {#await}
conduitry
published 2.2.0 •

Changelog

Source

2.2.0

  • Enforce semicolon rules in template expressions
  • Fix parsing of template expressions that are object literals
  • Don't produce multiple messages for template expressions wrapped in parentheses
conduitry
published 2.1.0 •

Changelog

Source

2.1.0

  • Preserve linting messages about labels other than $
conduitry
published 2.0.2 •

Changelog

Source

2.0.2

  • Actually fix ignoring of rules in the template
conduitry
published 2.0.1 •

Changelog

Source

2.0.1

  • Disregard eol-last rule
  • Disregard no-unused-expressions rule in the template
  • Fix bug where rules intended to only be ignored in the template were being ignored in the entire file
conduitry
published 2.0.0 •

Changelog

Source

v2.0.0

  • Require Svelte v3.2+ and ESLint 6+
  • Reworked configuration:
    • svelte3/enabled has been removed in favor of registering a svelte3/svelte3 processor that you need to enable on files
    • svelte3/ignore-warnings now only takes a callback which is passed the warning object
    • svelte3/compiler-options now only takes a compiler options object
    • svelte3/ignore-styles now only takes a preprocessor-style callback
    • svelte3/lint-template has been removed, and template linting is now always enabled
conduitry
published 1.2.3 •

Changelog

Source

v1.2.3

  • Fix a weird edge case where fixes to problems could be lost in certain cases
conduitry
published 1.2.2 •

Changelog

Source

v1.2.2

  • Internal improvements to AST walk
conduitry
published 1.2.1 •

Changelog

Source

v1.2.1

  • Avoid mutating the AST while linting, which can have adverse effects
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