Skip to content

Releases: voxpelli/eslint-config

v13.0.3

22 Feb 17:10
Compare
Choose a tag to compare
  • Correct level unicorn/no-await-expression-member 934371c

v13.0.2...v13.0.3

v13.0.2

22 Feb 17:08
Compare
Choose a tag to compare
  • reduce unicorn/no-await-expression-member to warn 87de6ec

v13.0.1...v13.0.2

v13.0.1

22 Feb 16:46
Compare
Choose a tag to compare
  • Fix ignore of no-process-exit, now properly ignoring new n/no-process-exit 0d9ca02
  • Fix README references to point to eslint-plugin-n bccc579

v13.0.0...v13.0.1

v13.0.0

22 Feb 15:50
Compare
Choose a tag to compare

ESLint 8 upgrade, including prerelease of 17.x of eslint-config-standard

Breaking changes:

  • Requires at least Node.js 14.17.0
  • Requires at least ESLint 8.9.0
  • Requires up to date peer dependencies
  • The eslint-plugin-node has been replaced by the fork eslint-plugin-n, since the former has yet to receive an ESLint 8 upgrade while the latter has.

Update by running:

npm install @voxpelli/[email protected] @voxpelli/eslint-config-jsdoc-ts@^1.0.0 eslint@^8.9.0 eslint-config-standard@^17.0.0-1 eslint-plugin-es@^4.1.0 eslint-plugin-import@^2.25.4 eslint-plugin-jsdoc@^37.9.4 eslint-plugin-mocha@^10.0.3 eslint-plugin-n@^14.0.0 eslint-plugin-promise@^6.0.0 eslint-plugin-security@^1.4.0 eslint-plugin-unicorn@^41.0.0 --save-dev --force && npm uninstall eslint-plugin-node

v12.0.2...v13.0.0

v12.0.2

07 Sep 19:55
Compare
Choose a tag to compare

v12.0.1...v12.0.2

v12.0.1

06 Sep 18:52
Compare
Choose a tag to compare
  • Deactivate unicorn/numeric-separators-style 2b9dcee

v12.0.0...v12.0.1

v12.0.0

06 Sep 18:50
Compare
Choose a tag to compare

v11.0.1...v12.0.0

v11.0.1

13 Feb 14:36
Compare
Choose a tag to compare
  • Revert narrower engines requirement, keep it at >=12.0.0 as in version 10.0.0 94b25a0

v11.0.0...v11.0.1

v11.0.0

13 Feb 14:28
Compare
Choose a tag to compare

Major

Minor

  • Minor: Requires eslint-plugin-promise of ^4.3.1 9739fed
  • Minor: Requires eslint of ^7.20.0 3b4f838 e586c45

Internal

v10.0.0...v11.0.0

v10.0.0

19 Dec 12:47
Compare
Choose a tag to compare

Usage related

Dev related

v9.0.0...v10.0.0