Socket
Socket
Sign inDemoInstall

eslint-config-sku

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-sku - npm Package Versions

2.0.1

Diff

Changelog

Source

12.0.1

Patch Changes

  • Fix array-type rule (#128)
seek-oss-ci
published 2.0.0 •

Changelog

Source

12.0.0

Major Changes

  • Bump up typescript-eslint monorepo to ^6.0.0. (#125)

    This requires eslint 7+.

    This change also includes a number of rule changes to the default configuration. Read the release notes for more information.

mjt01
published 1.2.1 •

Changelog

Source

11.2.1

Patch Changes

  • Remove autofix for custom unsafe-to-chain-command rule (#115)

    The autofix for this rule didn't exactly adhere to the recommendation in the cypress docs, and would've required additional complexity and user-configuration to do so, so the decision was made to remove it.

mjt01
published 1.2.0 •

Changelog

Source

11.2.0

Minor Changes

  • Add autofix for custom unsafe-to-chain-command rule (#113)
mattsjones
published 1.1.2 •

Changelog

Source

11.1.2

Patch Changes

  • Replace eslint-plugin-cypress with the @finsit/eslint-plugin-cypress fork that supports ESLint v8. (#106) Consumers that were overriding cypress/* rules will need to override @finsit/cypress/* rules instead.

mattsjones
published 1.1.1 •

Changelog

Source

11.1.1

Patch Changes

  • Move the Babel React preset parser option from the "base" configuration to the "default" configuration. (#103)

    This update contains no functional changes to the "default" configuration.

mattsjones
published 1.1.0 •

Changelog

Source

11.1.0

Minor Changes

  • Export extensions linted by the config (#101)

    They are now available under the /extensions entry point:

    const { js, ts } = require('eslint-config-seek/extensions');
    // js: ['js', 'cjs', 'mjs', 'jsx']
    // ts: ['ts', 'cts', 'mts', 'tsx']
    

Patch Changes

  • Fix resolution of @babel/preset-react (#100)
mattsjones
published 1.0.0 •

Changelog

Source

11.0.0

Major Changes

  • Add additional rules enforcing consistent type imports/exports (#96)
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