eslint-config-uphold 6.4.0 → 6.4.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.
- package/README.md +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,7 +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
|
-
|
|
20
|
+
> [!WARNING]
|
|
21
|
+
> Node.js minimum versions are `v23.0.0`, `v22.12.0` and `v20.19.0`, as `@stylistic/eslint-plugin-js` depends on the `require('esm')` module from `v4.0.0`.
|
|
21
22
|
|
|
22
23
|
## Usage
|
|
23
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-uphold",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.1",
|
|
4
4
|
"description": "Uphold-flavored ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"config",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"lint"
|
|
69
69
|
],
|
|
70
70
|
"engines": {
|
|
71
|
-
"node": "^20.19.0 || ^22.12.0"
|
|
71
|
+
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
72
72
|
},
|
|
73
73
|
"type": "module"
|
|
74
74
|
}
|