@eslint-react/eslint-plugin 4.2.3-beta.1 → 4.2.4-beta.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/dist/index.js +4 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -137,6 +137,8 @@ const rules$20 = {
|
|
|
137
137
|
"@eslint-react/jsx-no-children-prop-with-children": "error",
|
|
138
138
|
"@eslint-react/jsx-no-comment-textnodes": "warn",
|
|
139
139
|
"@eslint-react/jsx-no-key-after-spread": "error",
|
|
140
|
+
"@eslint-react/jsx-no-leaked-dollar": "warn",
|
|
141
|
+
"@eslint-react/jsx-no-leaked-semicolon": "warn",
|
|
140
142
|
"@eslint-react/jsx-no-namespace": "error",
|
|
141
143
|
"@eslint-react/jsx-no-useless-fragment": "warn",
|
|
142
144
|
"@eslint-react/rsc-function-definition": "error",
|
|
@@ -251,6 +253,7 @@ const rules$14 = {
|
|
|
251
253
|
"@eslint-react/jsx-no-children-prop-with-children": "error",
|
|
252
254
|
"@eslint-react/jsx-no-comment-textnodes": "warn",
|
|
253
255
|
"@eslint-react/jsx-no-key-after-spread": "error",
|
|
256
|
+
"@eslint-react/jsx-no-leaked-semicolon": "warn",
|
|
254
257
|
"@eslint-react/jsx-no-namespace": "error"
|
|
255
258
|
};
|
|
256
259
|
|
|
@@ -450,7 +453,7 @@ const settings = { ...settings$1 };
|
|
|
450
453
|
//#endregion
|
|
451
454
|
//#region package.json
|
|
452
455
|
var name = "@eslint-react/eslint-plugin";
|
|
453
|
-
var version = "4.2.
|
|
456
|
+
var version = "4.2.4-beta.0";
|
|
454
457
|
|
|
455
458
|
//#endregion
|
|
456
459
|
//#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.4-beta.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": "4.2.
|
|
51
|
-
"eslint-plugin-react-dom": "4.2.
|
|
52
|
-
"eslint-plugin-react-jsx": "4.2.
|
|
53
|
-
"eslint-plugin-react-naming-convention": "4.2.
|
|
54
|
-
"eslint-plugin-react-rsc": "4.2.
|
|
55
|
-
"eslint-plugin-react-
|
|
56
|
-
"eslint-plugin-react-
|
|
50
|
+
"@eslint-react/shared": "4.2.4-beta.0",
|
|
51
|
+
"eslint-plugin-react-dom": "4.2.4-beta.0",
|
|
52
|
+
"eslint-plugin-react-jsx": "4.2.4-beta.0",
|
|
53
|
+
"eslint-plugin-react-naming-convention": "4.2.4-beta.0",
|
|
54
|
+
"eslint-plugin-react-rsc": "4.2.4-beta.0",
|
|
55
|
+
"eslint-plugin-react-web-api": "4.2.4-beta.0",
|
|
56
|
+
"eslint-plugin-react-x": "4.2.4-beta.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"tsdown": "^0.21.7",
|