@eslint-react/eslint-plugin 2.10.1 → 2.10.2-beta.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.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
### Modular ESLint Plugins
|
|
50
50
|
|
|
51
51
|
- [`eslint-plugin-react-x`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-x) - X rules (renderer-agnostic, compatible with x-platform).
|
|
52
|
+
- [`eslint-plugin-react-rsc`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-rsc) - Rules for React Server Components.
|
|
52
53
|
- [`eslint-plugin-react-dom`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-dom) - DOM-specific rules for React DOM.
|
|
53
54
|
- [`eslint-plugin-react-web-api`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
|
|
54
55
|
- [`eslint-plugin-react-hooks-extra`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-hooks-extra) - Extra React Hooks rules.
|
|
55
56
|
- [`eslint-plugin-react-naming-convention`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-naming-convention) - Naming convention rules.
|
|
56
|
-
- [`eslint-plugin-react-rsc`](https://github.com/Rel1cx/eslint-react/tree/main/packages/plugins/eslint-plugin-react-rsc) - Rules for React Server Components.
|
|
57
57
|
|
|
58
58
|
> [!NOTE]\
|
|
59
59
|
> Don't know which one to use? See our [FAQ](https://eslint-react.xyz/docs/faq#which-one-should-i-use-unified-plugin-or-individual-plugins) for guidance.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.2-beta.0",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"@typescript-eslint/types": "^8.54.0",
|
|
46
46
|
"@typescript-eslint/utils": "^8.54.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/eff": "2.10.
|
|
49
|
-
"@eslint-react/shared": "2.10.
|
|
50
|
-
"eslint-plugin-react-hooks-extra": "2.10.
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
48
|
+
"@eslint-react/eff": "2.10.2-beta.0",
|
|
49
|
+
"@eslint-react/shared": "2.10.2-beta.0",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.10.2-beta.0",
|
|
51
|
+
"eslint-plugin-react-dom": "2.10.2-beta.0",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "2.10.2-beta.0",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.10.2-beta.0",
|
|
54
|
+
"eslint-plugin-react-x": "2.10.2-beta.0",
|
|
55
|
+
"eslint-plugin-react-rsc": "2.10.2-beta.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.20.3",
|