eslint-config-uphold 6.3.0 → 6.3.1

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
@@ -17,6 +17,8 @@ that allow the [Prettier](https://prettier.io) pretty-printer to reformat the co
17
17
  npm install eslint eslint-config-uphold prettier --save-dev
18
18
  ```
19
19
 
20
+ !! Node.js minimum versions are `v22.12.0` and `v20.19.0`, as `@stylistic/eslint-plugin-js` depends on the `require('esm')` module from `v4.0.0`.
21
+
20
22
  ## Usage
21
23
 
22
24
  Create an `eslint.config.js` file with the following content:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-uphold",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Uphold-flavored ESLint config",
5
5
  "keywords": [
6
6
  "config",
@@ -70,7 +70,7 @@
70
70
  "lint"
71
71
  ],
72
72
  "engines": {
73
- "node": ">=20"
73
+ "node": "^20.19.0 || ^22.12.0"
74
74
  },
75
75
  "options": {
76
76
  "mocha": "-t 10000 --require should test"