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

@chancedigital/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chancedigital/eslint-config - npm Package Versions

23

9.0.0

Diff

Changelog

Source

9.0.0 (2021-07-06)

  • Updated README to use npm instead of yarn for installation instructions (our projects will almost always use npm 7 moving forward)
  • Use more permissive MIT license
  • Fix invalid eqeqeq option in wp superset

BREAKING CHANGES

  • Drop deprecated babel-eslint in favor of @babel/eslint-parser
    • This should function mostly the same, but no guarantees!
    • This also required @babel/preset-react as a peer dependency if using the react superset
  • Node superset uses plugin:node/recommended instead of plugin:node/recommended-script, which means packages that use "type": "module" won't need any rule overrides by default.
  • Disable no-process-exit and node/no-process-exit in the Node superset.
chancestrickland
published 8.1.1 •

chancestrickland
published 8.1.0 •

Changelog

Source

8.1.0 (2021-04-26)

  • Set require-await from error to off (unsure why it was included in the first place, this is usually intentional)
  • Upgrade peer dependency for @wordpress/eslint-plugin to version 9
chancestrickland
published 8.0.0 •

Changelog

Source

8.0.0 (2020-11-07)

BREAKING CHANGES

  • Drop support for Node 10
  • Revert default ecma version to 2018 in all configurations
  • We always test React projects with Jest, so you now get the Jest superset for free when extending the React superset
  • Removed import warnings from no-restricted-properties as not every project will use the same bundling technique

Bug Fixes

  • Fixed missing version detection in the React superset
  • Change no-unused-vars settings from "none" to "after-used"

Features

  • Added warning rules to default config:
    • no-empty-character-class
    • no-empty-pattern
    • no-ex-assign
    • no-func-assign
    • no-invalid-regexp
    • no-negated-in-lhs
    • getter-return
    • no-control-regex
    • no-delete-var
    • no-labels
    • no-native-reassign
    • no-shadow-restricted-names
    • no-sparse-arrays
    • no-this-before-super
    • no-useless-escape
    • require-yield
    • valid-typeof
  • Removed rules from default config:
    • no-confusing-arrow
    • no-lonely-if
    • no-multiple-empty-lines
    • no-new
    • no-shadow
  • Added rules to react config:
    • react/jsx-no-comment-textnodes
    • react/no-typos
  • Removed rules from react config:
    • jsx-a11y/accessible-emoji
    • react/no-did-mount-set-state
    • react/no-did-update-set-state
    • react/no-string-refs
    • react/react-in-jsx-scope
chancestrickland
published 7.3.0 •

chancestrickland
published 7.2.0 •

chancestrickland
published 7.1.0 •

chancestrickland
published 7.0.0 •

chancestrickland
published 6.0.0 •

chancestrickland
published 5.0.1 •

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