Releases: NewOrbit/eslint-config
v10.0.0
This release migrates the config to the flat config introduced with eslint 9.
This means it includes major dependency updates and requires the latest version of eslint, typescript and plugins.
Please refer to readme.md for new instructions on how to use it.
While it was not the intention, the ruleset might be slightly different. Please report any notable differences.
v9.0.0
Updated dependencies:
@typescript-eslint/eslint-plugin: ^6.18.1 -> ^7.5.0
@typescript-eslint/parser: ^6.18.1 -> ^7.5.0
eslint-plugin-jsdoc: ^48.0.2 -> ^48.2.3
eslint-plugin-react: ^7.33.2 -> ^7.34.1
Breaking changes:
typescript-eslint major update, read more: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/
Full Changelog: v8.3.0...v9.0.0
v8.3.0
Bumps packages to:
"@typescript-eslint/eslint-plugin": "^6.13.2" -> "^6.15.0",
"@typescript-eslint/parser": ""^6.13.2" -> "^6.15.0",
"eslint-plugin-import": "^2.29.0" -> "^2.29.1",
"eslint-plugin-jsdoc": "^46.9.0" -> "^46.9.1"
What's Changed
Full Changelog: v8.2.0...v8.3.0
v8.2.0
v8.1.0
Bumps minor versions of packages:
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- eslint-plugin-import
- eslint-plugin-jsdoc
- eslint-plugin-jsx-a11y
- eslint
What's Changed
Full Changelog: v8.0.0...v8.1.0