@eslint-react/eslint-plugin 3.0.0-next.6 → 3.0.0-next.8
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 +6 -6
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
|
|
45
45
|
### Unified ESLint Plugin
|
|
46
46
|
|
|
47
|
-
- [`@eslint-react/eslint-plugin`](https://
|
|
47
|
+
- [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one.
|
|
48
48
|
|
|
49
49
|
### Modular ESLint Plugins
|
|
50
50
|
|
|
51
|
-
- [`eslint-plugin-react-x`](https://
|
|
52
|
-
- [`eslint-plugin-react-rsc`](https://
|
|
53
|
-
- [`eslint-plugin-react-dom`](https://
|
|
54
|
-
- [`eslint-plugin-react-web-api`](https://
|
|
55
|
-
- [`eslint-plugin-react-naming-convention`](https://
|
|
51
|
+
- [`eslint-plugin-react-x`](https://npmx.dev/package/eslint-plugin-react-x) - X rules (renderer-agnostic, compatible with x-platform).
|
|
52
|
+
- [`eslint-plugin-react-rsc`](https://npmx.dev/package/eslint-plugin-react-rsc) - Rules for React Server Components.
|
|
53
|
+
- [`eslint-plugin-react-dom`](https://npmx.dev/package/eslint-plugin-react-dom) - DOM-specific rules for React DOM.
|
|
54
|
+
- [`eslint-plugin-react-web-api`](https://npmx.dev/package/eslint-plugin-react-web-api) - Rules for interacting with Web APIs.
|
|
55
|
+
- [`eslint-plugin-react-naming-convention`](https://npmx.dev/package/eslint-plugin-react-naming-convention) - Naming convention rules.
|
|
56
56
|
|
|
57
57
|
> [!NOTE]\
|
|
58
58
|
> 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": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.8",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@typescript-eslint/types": "canary",
|
|
47
47
|
"@typescript-eslint/utils": "canary",
|
|
48
48
|
"ts-api-utils": "^2.4.0",
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"eslint-plugin-react-dom": "3.0.0-next.
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-
|
|
55
|
-
"eslint-plugin-react-
|
|
49
|
+
"@eslint-react/eff": "3.0.0-next.8",
|
|
50
|
+
"@eslint-react/shared": "3.0.0-next.8",
|
|
51
|
+
"eslint-plugin-react-dom": "3.0.0-next.8",
|
|
52
|
+
"eslint-plugin-react-rsc": "3.0.0-next.8",
|
|
53
|
+
"eslint-plugin-react-naming-convention": "3.0.0-next.8",
|
|
54
|
+
"eslint-plugin-react-web-api": "3.0.0-next.8",
|
|
55
|
+
"eslint-plugin-react-x": "3.0.0-next.8"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"tsdown": "^0.20.3",
|