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

234

4.0.0

Diff

conduitry
published 3.4.1 •

Changelog

Source

3.4.1

  • Support destructuring in {@const} tag
conduitry
published 3.4.0 •

Changelog

Source

3.4.0

  • Support {@const} tag
conduitry
published 3.3.0 •

Changelog

Source

3.3.0

  • Add injected globals when there's no instance script when using TypeScript
  • Allow $$Props, $$Slots, $$Events interface/type usage
  • Improve type inference for autosubscribed stores
  • Silence false positives for <svelte:fragment let:x>
  • Use TS 4.5 preserveValueImports if it's available
  • Improve default setting for svelte3/ignore-styles: Now ignores styles if its tag has a lang or type attribute
  • Improve fix range handling
conduitry
published 3.2.1 •

Changelog

Source

3.2.1

  • Filter no-undef messages about $$Generic
conduitry
published 3.2.0 •

Changelog

Source

3.2.0

  • Support lazy-loading TypeScript compiler
  • Support non-CommonJS format of ESLint configuration file when using TypeScript by specifying true in configuration
  • Improve logic for finding the correct Linter instance in a workspace with multiple directories
  • Improve filtering of @typescript-eslint/indent and @typescript-eslint/quotes messages like what already happens with indent and quotes
  • Fix erroneous messages when a component only writes to a store
conduitry
published 3.1.2 •

Changelog

Source

3.1.2

  • Silence some incorrect unsafe-member-access errors - see README for current limitations
conduitry
published 3.1.1 •

Changelog

Source

3.1.1

  • Fix erroneous errors from two-way binding in TypeScript components
  • Fix erroneous warnings from the removal of imports in TypeScript components
conduitry
published 3.1.0 •

Changelog

Source

3.1.0

  • Add TypeScript support
conduitry
published 3.0.0 •

Changelog

Source

3.0.0

  • Breaking change: Node 10+ is now required
    • There are no specific changes yet that will not work on Node 8, but tests will no longer be run on Node 8, and there are no guarantees about it
  • Fix erroneous no-unused-vars for variables that are assigned to in the template, but are only used in the script
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