Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-seek

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-seek - npm Package Versions

13
10

0.0.0-eslint-9-etc-20240918042509

Diff

seek-oss-ci
published 0.0.0-eslint-9-etc-20240918015504 •

seek-oss-ci
published 0.0.0-eslint-9-etc-20240908074137 •

seek-oss-ci
published 0.0.0-eslint-9-etc-20240908035232 •

seek-oss-ci
published 0.0.0-eslint-9-etc-20240819093637 •

seek-oss-ci
published 0.0.0-eslint-9-etc-20240810051715 •

seek-oss-ci
published 0.0.0-eslint-9-etc-20240804104033 •

seek-oss-ci
published 0.0.0-eslint-9-etc-20240804101852 •

seek-oss-ci
published 13.1.1 •

Changelog

Source

13.1.1

Patch Changes

  • Update and unpin eslint-import-resolver-typescript dependency (#143)
seek-oss-ci
published 13.1.0 •

Changelog

Source

13.1.0

Minor Changes

  • Adds no-fallthrough as an error. (#135) This disallows fallthrough of case statements in switch statements.

    Examples

    You need to add a break, return or throw to each case. You can also skip this rule if it is intentionally absent (however that is a rare scenario).

    switch (name) {
      case 'John':
        console.log('Hi John');
    +   break;
    }
    

Patch Changes

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