@eslint-react/eslint-plugin 5.0.1-next.2 → 5.0.2-next.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 +0 -5
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
- [Public Packages](#public-packages)
|
|
17
17
|
- [Modular ESLint Plugins](#modular-eslint-plugins)
|
|
18
18
|
- [Unified ESLint Plugin](#unified-eslint-plugin)
|
|
19
|
-
- [Utility Modules](#utility-modules)
|
|
20
19
|
- [Installation](#installation)
|
|
21
20
|
- [Install](#install)
|
|
22
21
|
- [Setup](#setup)
|
|
@@ -57,10 +56,6 @@
|
|
|
57
56
|
|
|
58
57
|
- [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one.
|
|
59
58
|
|
|
60
|
-
### Utility Modules
|
|
61
|
-
|
|
62
|
-
- [`@eslint-react/kit`](https://npmx.dev/package/@eslint-react/kit): Utility module for building custom React rules with JavaScript functions
|
|
63
|
-
|
|
64
59
|
> [!NOTE]\
|
|
65
60
|
> 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.
|
|
66
61
|
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2-next.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",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"@typescript-eslint/types": "^8.58.0",
|
|
48
48
|
"@typescript-eslint/utils": "^8.58.0",
|
|
49
49
|
"ts-api-utils": "^2.5.0",
|
|
50
|
-
"@eslint-react/shared": "5.0.
|
|
51
|
-
"eslint-plugin-react-dom": "5.0.
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-rsc": "5.0.
|
|
55
|
-
"eslint-plugin-react-web-api": "5.0.
|
|
56
|
-
"eslint-plugin-react-x": "5.0.
|
|
50
|
+
"@eslint-react/shared": "5.0.2-next.0",
|
|
51
|
+
"eslint-plugin-react-dom": "5.0.2-next.0",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "5.0.2-next.0",
|
|
53
|
+
"eslint-plugin-react-jsx": "5.0.2-next.0",
|
|
54
|
+
"eslint-plugin-react-rsc": "5.0.2-next.0",
|
|
55
|
+
"eslint-plugin-react-web-api": "5.0.2-next.0",
|
|
56
|
+
"eslint-plugin-react-x": "5.0.2-next.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"tsdown": "^0.21.7",
|