@eslint-react/eslint-plugin 5.18.6 → 5.18.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 +2 -2
- package/dist/index.js +4 -2
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -55,12 +55,12 @@ Composable ESLint rules for React and friends.
|
|
|
55
55
|
|
|
56
56
|
- [`@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.
|
|
57
57
|
|
|
58
|
-
> [!NOTE]
|
|
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.
|
|
60
60
|
|
|
61
61
|
## Installation
|
|
62
62
|
|
|
63
|
-
> [!NOTE]
|
|
63
|
+
> [!NOTE]
|
|
64
64
|
> ESLint React requires the following minimum versions:
|
|
65
65
|
>
|
|
66
66
|
> - Node.js: 22.0.0
|
package/dist/index.js
CHANGED
|
@@ -451,7 +451,7 @@ const settings = { ...settings$1 };
|
|
|
451
451
|
//#endregion
|
|
452
452
|
//#region package.json
|
|
453
453
|
var name = "@eslint-react/eslint-plugin";
|
|
454
|
-
var version = "5.18.
|
|
454
|
+
var version = "5.18.8";
|
|
455
455
|
|
|
456
456
|
//#endregion
|
|
457
457
|
//#region src/utils/type-of.ts
|
|
@@ -514,7 +514,9 @@ function createConfig(base) {
|
|
|
514
514
|
...base,
|
|
515
515
|
plugins: {
|
|
516
516
|
...base.plugins,
|
|
517
|
-
"@eslint-react"
|
|
517
|
+
get ["@eslint-react"]() {
|
|
518
|
+
return finalPlugin;
|
|
519
|
+
}
|
|
518
520
|
}
|
|
519
521
|
};
|
|
520
522
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "5.18.
|
|
3
|
+
"version": "5.18.8",
|
|
4
4
|
"description": "ESLint React's unified ESLint plugin that combines all individual plugins into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@eslint-react/shared": "5.18.
|
|
46
|
-
"eslint-plugin-react-dom": "5.18.
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-web-api": "5.18.
|
|
51
|
-
"eslint-plugin-react-x": "5.18.
|
|
45
|
+
"@eslint-react/shared": "5.18.8",
|
|
46
|
+
"eslint-plugin-react-dom": "5.18.8",
|
|
47
|
+
"eslint-plugin-react-jsx": "5.18.8",
|
|
48
|
+
"eslint-plugin-react-naming-convention": "5.18.8",
|
|
49
|
+
"eslint-plugin-react-rsc": "5.18.8",
|
|
50
|
+
"eslint-plugin-react-web-api": "5.18.8",
|
|
51
|
+
"eslint-plugin-react-x": "5.18.8"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
+
"@local/configs": "0.0.0",
|
|
55
|
+
"@local/eff": "0.0.0",
|
|
54
56
|
"@types/react": "^19.2.18",
|
|
55
|
-
"@types/react-dom": "^19.2.
|
|
56
|
-
"eslint": "^10.
|
|
57
|
+
"@types/react-dom": "^19.2.5",
|
|
58
|
+
"eslint": "^10.9.1",
|
|
57
59
|
"tsdown": "^0.22.14",
|
|
58
|
-
"typescript": "6.0.3"
|
|
59
|
-
"@local/eff": "0.0.0",
|
|
60
|
-
"@local/configs": "0.0.0"
|
|
60
|
+
"typescript": "6.0.3"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"eslint": "*",
|