@eslint-react/eslint-plugin 4.2.0-beta.3 → 4.2.1-rc.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 +5 -0
- package/dist/index.js +1 -3
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
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)
|
|
19
20
|
- [Installation](#installation)
|
|
20
21
|
- [Install](#install)
|
|
21
22
|
- [Setup](#setup)
|
|
@@ -57,6 +58,10 @@
|
|
|
57
58
|
|
|
58
59
|
- [`@eslint-react/eslint-plugin`](https://npmx.dev/package/@eslint-react/eslint-plugin) - A unified plugin that combines all individual plugins into one.
|
|
59
60
|
|
|
61
|
+
### Utility Modules
|
|
62
|
+
|
|
63
|
+
- [`@eslint-react/kit`](https://npmx.dev/package/@eslint-react/kit): Utility module for building custom React rules with JavaScript functions
|
|
64
|
+
|
|
60
65
|
> [!NOTE]\
|
|
61
66
|
> 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.
|
|
62
67
|
|
package/dist/index.js
CHANGED
|
@@ -234,8 +234,6 @@ const rules$15 = {
|
|
|
234
234
|
"@eslint-react/no-unused-props": "off",
|
|
235
235
|
"@eslint-react/refs": "off",
|
|
236
236
|
"@eslint-react/set-state-in-render": "off",
|
|
237
|
-
"@eslint-react/unstable-rules-of-props": "off",
|
|
238
|
-
"@eslint-react/unstable-rules-of-state": "off",
|
|
239
237
|
"@eslint-react/jsx-no-key-after-spread": "off",
|
|
240
238
|
"@eslint-react/jsx-no-namespace": "off",
|
|
241
239
|
"@eslint-react/rsc-function-definition": "off"
|
|
@@ -452,7 +450,7 @@ const settings = { ...settings$1 };
|
|
|
452
450
|
//#endregion
|
|
453
451
|
//#region package.json
|
|
454
452
|
var name = "@eslint-react/eslint-plugin";
|
|
455
|
-
var version = "4.2.
|
|
453
|
+
var version = "4.2.1-rc.1";
|
|
456
454
|
|
|
457
455
|
//#endregion
|
|
458
456
|
//#region src/utils/type-of.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1-rc.1",
|
|
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,18 +47,18 @@
|
|
|
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": "4.2.
|
|
51
|
-
"eslint-plugin-react-dom": "4.2.
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-
|
|
54
|
-
"eslint-plugin-react-rsc": "4.2.
|
|
55
|
-
"eslint-plugin-react-x": "4.2.
|
|
56
|
-
"eslint-plugin-react-web-api": "4.2.
|
|
50
|
+
"@eslint-react/shared": "4.2.1-rc.1",
|
|
51
|
+
"eslint-plugin-react-dom": "4.2.1-rc.1",
|
|
52
|
+
"eslint-plugin-react-jsx": "4.2.1-rc.1",
|
|
53
|
+
"eslint-plugin-react-naming-convention": "4.2.1-rc.1",
|
|
54
|
+
"eslint-plugin-react-rsc": "4.2.1-rc.1",
|
|
55
|
+
"eslint-plugin-react-x": "4.2.1-rc.1",
|
|
56
|
+
"eslint-plugin-react-web-api": "4.2.1-rc.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"tsdown": "^0.21.7",
|
|
60
|
-
"@local/
|
|
61
|
-
"@local/
|
|
60
|
+
"@local/configs": "0.0.0",
|
|
61
|
+
"@local/eff": "3.0.0-beta.72"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"eslint": "^10.0.0",
|