@eslint-react/eslint-plugin 1.22.2-next.3 → 1.22.2-next.4
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ A set of composable ESLint rules for libraries and frameworks that use React as
|
|
|
18
18
|
|
|
19
19
|
- [`@eslint-react/eslint-plugin`](https://www.npmjs.com/package/@eslint-react/eslint-plugin) - The main ESLint plugin package including all rules and config presets in this repository.
|
|
20
20
|
|
|
21
|
-
###
|
|
21
|
+
### Modular plugins
|
|
22
22
|
|
|
23
23
|
- [`eslint-plugin-react-x`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - Core rules (renderer-agnostic, compatible with x-platform).
|
|
24
24
|
- [`eslint-plugin-react-dom`](https://github.com/rEl1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM specific rules for React DOM.
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.22.2-next.
|
|
3
|
+
"version": "1.22.2-next.4",
|
|
4
4
|
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"@typescript-eslint/type-utils": "^8.18.2",
|
|
49
49
|
"@typescript-eslint/types": "^8.18.2",
|
|
50
50
|
"@typescript-eslint/utils": "^8.18.2",
|
|
51
|
-
"@eslint-react/eff": "1.22.2-next.
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"eslint-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-hooks-extra": "1.22.2-next.
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-x": "1.22.2-next.
|
|
59
|
-
"
|
|
51
|
+
"@eslint-react/eff": "1.22.2-next.4",
|
|
52
|
+
"@eslint-react/types": "1.22.2-next.4",
|
|
53
|
+
"@eslint-react/shared": "1.22.2-next.4",
|
|
54
|
+
"eslint-plugin-react-debug": "1.22.2-next.4",
|
|
55
|
+
"eslint-plugin-react-hooks-extra": "1.22.2-next.4",
|
|
56
|
+
"eslint-plugin-react-naming-convention": "1.22.2-next.4",
|
|
57
|
+
"eslint-plugin-react-web-api": "1.22.2-next.4",
|
|
58
|
+
"eslint-plugin-react-x": "1.22.2-next.4",
|
|
59
|
+
"eslint-plugin-react-dom": "1.22.2-next.4"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"tsup": "^8.3.5",
|