@eslint-react/eslint-plugin 2.5.4-beta.5 → 2.5.4-beta.6
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 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
6
6
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
7
7
|
[](https://npmjs.com/package/@eslint-react/eslint-plugin)
|
|
8
|
-
[](https://tsdown.dev)
|
|
9
9
|
|
|
10
10
|
4-7x faster, composable ESLint rules for React and friends.
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var __exportAll = (all, symbols) => {
|
|
|
24
24
|
//#endregion
|
|
25
25
|
//#region package.json
|
|
26
26
|
var name$16 = "@eslint-react/eslint-plugin";
|
|
27
|
-
var version = "2.5.4-beta.
|
|
27
|
+
var version = "2.5.4-beta.6";
|
|
28
28
|
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/configs/dom.ts
|
|
@@ -80,7 +80,6 @@ const rules$15 = {
|
|
|
80
80
|
"@eslint-react/no-create-ref": "error",
|
|
81
81
|
"@eslint-react/no-default-props": "error",
|
|
82
82
|
"@eslint-react/no-direct-mutation-state": "error",
|
|
83
|
-
"@eslint-react/no-duplicate-key": "error",
|
|
84
83
|
"@eslint-react/no-forward-ref": "warn",
|
|
85
84
|
"@eslint-react/no-implicit-key": "warn",
|
|
86
85
|
"@eslint-react/no-missing-key": "error",
|
|
@@ -445,7 +444,6 @@ const rules$2 = {
|
|
|
445
444
|
"@eslint-react/no-children-prop": "error",
|
|
446
445
|
"@eslint-react/no-class-component": "error",
|
|
447
446
|
"@eslint-react/no-misused-capture-owner-stack": "error",
|
|
448
|
-
"@eslint-react/no-unnecessary-key": "warn",
|
|
449
447
|
"@eslint-react/no-unnecessary-use-callback": "warn",
|
|
450
448
|
"@eslint-react/no-unnecessary-use-memo": "warn",
|
|
451
449
|
"@eslint-react/no-unstable-context-value": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.5.4-beta.
|
|
3
|
+
"version": "2.5.4-beta.6",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"@typescript-eslint/types": "^8.52.0",
|
|
46
46
|
"@typescript-eslint/utils": "^8.52.0",
|
|
47
47
|
"ts-api-utils": "^2.4.0",
|
|
48
|
-
"@eslint-react/eff": "2.5.4-beta.
|
|
49
|
-
"@eslint-react/shared": "2.5.4-beta.
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
53
|
-
"eslint-plugin-react-web-api": "2.5.4-beta.
|
|
54
|
-
"eslint-plugin-react-x": "2.5.4-beta.
|
|
48
|
+
"@eslint-react/eff": "2.5.4-beta.6",
|
|
49
|
+
"@eslint-react/shared": "2.5.4-beta.6",
|
|
50
|
+
"eslint-plugin-react-hooks-extra": "2.5.4-beta.6",
|
|
51
|
+
"eslint-plugin-react-naming-convention": "2.5.4-beta.6",
|
|
52
|
+
"eslint-plugin-react-dom": "2.5.4-beta.6",
|
|
53
|
+
"eslint-plugin-react-web-api": "2.5.4-beta.6",
|
|
54
|
+
"eslint-plugin-react-x": "2.5.4-beta.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"tsdown": "^0.19.0
|
|
57
|
+
"tsdown": "^0.19.0",
|
|
58
58
|
"@local/configs": "0.0.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|