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

@culturehq/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@culturehq/eslint-config - npm Package Versions

13

4.0.0

Diff

Changelog

Source

[4.0.0] - 2019-08-27

Added

  • Support for TypeScript, including rule configurations for the plugin.
  • Support for jest, including rule configurations for the plugin.
  • Configuration for the require-atomic-updates rule.

Changed

  • Removed the eslint-config-airbnb dependency and added the rules directly in.
  • Pulled out the react configuration so that it can be optionally included.
kddeisz
published 3.1.0 •

Changelog

Source

[3.1.0] - 2019-08-19

Added

  • Configuration for the new function-call-argument-newline eslint 6.2 rule.
kddeisz
published 3.0.0 •

Changelog

Source

[3.0.0] - 2019-08-12

Changed

  • Bumped the eslint-config-airbnb dependency to 18.0.0.
kddeisz
published 2.2.0 •

Changelog

Source

[2.2.0] - 2019-08-09

Changed

  • Turned off the import/no-unused-modules rule because it currently is difficult to configure and turn off tests.
  • Bumped all of the various plugin dependencies.
kddeisz
published 2.1.0 •

Changelog

Source

[2.1.0] - 2019-06-25

Changed

  • Bumped dependencies on various plugins.
kddeisz
published 2.0.0 •

Changelog

Source

[2.0.0] - 2019-06-24

Added

  • Compat for eslint 6.
  • Configuration for react/jsx-curly-newline.

Changed

  • Turn off the react/jsx-props-no-spreading rule.
kddeisz
published 1.2.1 •

Changelog

Source

[1.2.1] - 2019-05-30

Changed

  • Turned off the react/state-in-constructor rule. That rule is silly.
kddeisz
published 1.2.0 •

Changelog

Source

[1.2.0] - 2019-05-28

Changed

  • Bump dependencies.
  • Rules for import/no-unused-modules, react/jsx-filename-extension, react/jsx-props-no-spreading, react/prefer-read-only-props, react/state-in-constructor, and react/static-property-placement.
kddeisz
published 1.1.0 •

Changelog

Source

[1.1.0] - 2019-03-29

Added

  • Rules for the no-useless-catch, prefer-named-capture-group, filenames/match-regex, jsx-a11y/control-has-associated-label, import/no-named-export, and react/jsx-fragments.

Changed

  • Using void to get one-line expressions to return nothing, as required by the act function in react 16.8 tests (e.g., act(() => void fireEvent.click(getByTestId("some-id")));). So disabling the no-void rule.
kddeisz
published 1.0.2 •

Changelog

Source

[1.0.2] - 2019-03-18

Changed

  • Turn on the ignoreRestSiblings option within the no-unused-vars rule.
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