Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Releases: chancedigital/eslint-config

Release list

v9.0.0

Choose a tag to compare

@chaance chaance released this 07 Jul 06:26
  • 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.

v8.1.1

Choose a tag to compare

@chaance chaance released this 14 May 18:10
  • Bugfix: Override no-duplicate-imports to use @typescript/no-duplicate-imports in typescript superset