@bitfactory/eslint-config 5.1.3 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,6 +16,8 @@ This is a shareable config for [ESLint](https://eslint.org). All the rules and c
16
16
  >
17
17
  > Choose the method that matches your ESLint version and project setup. Legacy will be deprecated in a next major version.
18
18
  > See also the Release Roadmap <https://github.com/bitfactory-nl/shared-npm-eslint-config-bitfactory/issues/83>
19
+ >
20
+ > For migrating from v5.x (legacy `.eslintrc.*`) to v6.0.0+ (flat config), see the [Migration Guide Flat Config](https://github.com/bitfactory-nl/shared-npm-eslint-config-bitfactory/blob/v6.2.0/docs/migration-flat-config.md).
19
21
 
20
22
  - [@bitfactory/eslint-config](#bitfactoryeslint-config)
21
23
  - [:technologist: Development](#technologist-development)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitfactory/eslint-config",
3
- "version": "5.1.3",
3
+ "version": "5.2.0",
4
4
  "description": "ESLint sharable config for Bitfactory projects",
5
5
  "keywords": [
6
6
  "eslint",
@@ -37,7 +37,7 @@
37
37
  "globals": ">=16.2.0"
38
38
  },
39
39
  "engines": {
40
- "node": "^20.9.0 || ^22.11.0"
40
+ "node": "^20.9.0 || ^22.11.0 || ^24.11.0"
41
41
  },
42
42
  "scripts": {
43
43
  "eslint": "eslint '**/*.{cjs,js,mjs}'",