@eslint-react/eslint-plugin 5.0.2-next.4 → 5.2.1-beta.1
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 +17 -15
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
|
|
55
55
|
### Unified ESLint Plugin
|
|
56
56
|
|
|
57
|
-
- [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one.
|
|
57
|
+
- [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one. Get complete, out-of-the-box rule coverage with instant feedback.
|
|
58
58
|
|
|
59
59
|
> [!NOTE]\
|
|
60
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.
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "5.2.1-beta.1",
|
|
4
|
+
"description": "The all-in-one, blazing fast ESLint plugin for React. Get complete, out-of-the-box rule coverage with instant feedback.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
7
7
|
"eslint",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"eslint-plugin-react-rsc",
|
|
13
13
|
"eslint-plugin-react-dom",
|
|
14
14
|
"eslint-plugin-react-web-api",
|
|
15
|
-
"eslint-plugin-react-naming-convention"
|
|
15
|
+
"eslint-plugin-react-naming-convention",
|
|
16
|
+
"@eslint-react/eslint-plugin"
|
|
16
17
|
],
|
|
17
18
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
18
19
|
"bugs": {
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
"repository": {
|
|
22
23
|
"type": "git",
|
|
23
24
|
"url": "git+https://github.com/Rel1cx/eslint-react.git",
|
|
24
|
-
"directory": "
|
|
25
|
+
"directory": "plugins/eslint-plugin"
|
|
25
26
|
},
|
|
26
27
|
"license": "MIT",
|
|
27
28
|
"author": "Rel1cx",
|
|
@@ -42,18 +43,19 @@
|
|
|
42
43
|
"./package.json"
|
|
43
44
|
],
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"@typescript-eslint/scope-manager": "^8.58.
|
|
46
|
-
"@typescript-eslint/type-utils": "^8.58.
|
|
47
|
-
"@typescript-eslint/types": "^8.58.
|
|
48
|
-
"@typescript-eslint/utils": "^8.58.
|
|
46
|
+
"@typescript-eslint/scope-manager": "^8.58.1",
|
|
47
|
+
"@typescript-eslint/type-utils": "^8.58.1",
|
|
48
|
+
"@typescript-eslint/types": "^8.58.1",
|
|
49
|
+
"@typescript-eslint/utils": "^8.58.1",
|
|
49
50
|
"ts-api-utils": "^2.5.0",
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"eslint-plugin-react-jsx": "5.
|
|
52
|
-
"eslint-plugin-react-dom": "5.
|
|
53
|
-
"eslint-plugin-react-naming-convention": "5.
|
|
54
|
-
"eslint-
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-
|
|
51
|
+
"@eslint-react/eslint": "5.2.1-beta.1",
|
|
52
|
+
"eslint-plugin-react-jsx": "5.2.1-beta.1",
|
|
53
|
+
"eslint-plugin-react-dom": "5.2.1-beta.1",
|
|
54
|
+
"eslint-plugin-react-naming-convention": "5.2.1-beta.1",
|
|
55
|
+
"@eslint-react/shared": "5.2.1-beta.1",
|
|
56
|
+
"eslint-plugin-react-rsc": "5.2.1-beta.1",
|
|
57
|
+
"eslint-plugin-react-web-api": "5.2.1-beta.1",
|
|
58
|
+
"eslint-plugin-react-x": "5.2.1-beta.1"
|
|
57
59
|
},
|
|
58
60
|
"devDependencies": {
|
|
59
61
|
"tsdown": "^0.21.7",
|