@ethang/eslint-config 21.7.2 → 21.7.3
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 +8 -0
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -99,4 +99,12 @@ This config will also lint for browserslist features. Make sure to set this in p
|
|
|
99
99
|
"defaults and fully supports es6-module",
|
|
100
100
|
"maintained node versions"
|
|
101
101
|
]
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
**Engines**
|
|
105
|
+
|
|
106
|
+
```json
|
|
107
|
+
"engines": {
|
|
108
|
+
"node": ">=22"
|
|
109
|
+
},
|
|
102
110
|
```
|
package/package.json
CHANGED
|
@@ -23,10 +23,9 @@
|
|
|
23
23
|
"eslint-plugin-astro": "^1.3.1",
|
|
24
24
|
"eslint-plugin-barrel-files": "^3.0.1",
|
|
25
25
|
"eslint-plugin-compat": "^6.0.2",
|
|
26
|
-
"eslint-plugin-depend": "^0.
|
|
26
|
+
"eslint-plugin-depend": "^1.0.0",
|
|
27
27
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
28
28
|
"eslint-plugin-lodash": "^8.0.0",
|
|
29
|
-
"eslint-plugin-n": "^17.17.0",
|
|
30
29
|
"eslint-plugin-perfectionist": "^4.11.0",
|
|
31
30
|
"eslint-plugin-prettier": "^5.2.6",
|
|
32
31
|
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
|
|
@@ -60,7 +59,7 @@
|
|
|
60
59
|
"url": "git+https://github.com/eglove/ethang-monorepo.git#master"
|
|
61
60
|
},
|
|
62
61
|
"type": "module",
|
|
63
|
-
"version": "21.7.
|
|
62
|
+
"version": "21.7.3",
|
|
64
63
|
"scripts": {
|
|
65
64
|
"build": "bun build.ts && pnpm lint",
|
|
66
65
|
"lint": "eslint . --fix && prettier src --write"
|