@eslint-react/eslint-plugin 5.8.18 → 5.9.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 +3 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -155,6 +155,7 @@ const rules$21 = {
|
|
|
155
155
|
"@eslint-react/dom-no-void-elements-with-children": "error",
|
|
156
156
|
"@eslint-react/web-api-no-leaked-event-listener": "warn",
|
|
157
157
|
"@eslint-react/web-api-no-leaked-fetch": "warn",
|
|
158
|
+
"@eslint-react/web-api-no-leaked-intersection-observer": "warn",
|
|
158
159
|
"@eslint-react/web-api-no-leaked-interval": "warn",
|
|
159
160
|
"@eslint-react/web-api-no-leaked-resize-observer": "warn",
|
|
160
161
|
"@eslint-react/web-api-no-leaked-timeout": "warn",
|
|
@@ -328,6 +329,7 @@ const name$9 = "@eslint-react/web-api";
|
|
|
328
329
|
const rules$8 = {
|
|
329
330
|
"@eslint-react/web-api-no-leaked-event-listener": "warn",
|
|
330
331
|
"@eslint-react/web-api-no-leaked-fetch": "warn",
|
|
332
|
+
"@eslint-react/web-api-no-leaked-intersection-observer": "warn",
|
|
331
333
|
"@eslint-react/web-api-no-leaked-interval": "warn",
|
|
332
334
|
"@eslint-react/web-api-no-leaked-resize-observer": "warn",
|
|
333
335
|
"@eslint-react/web-api-no-leaked-timeout": "warn"
|
|
@@ -449,7 +451,7 @@ const settings = { ...settings$1 };
|
|
|
449
451
|
//#endregion
|
|
450
452
|
//#region package.json
|
|
451
453
|
var name = "@eslint-react/eslint-plugin";
|
|
452
|
-
var version = "5.
|
|
454
|
+
var version = "5.9.0";
|
|
453
455
|
|
|
454
456
|
//#endregion
|
|
455
457
|
//#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": "5.
|
|
3
|
+
"version": "5.9.0",
|
|
4
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",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"dist"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"eslint-plugin-react-dom": "5.
|
|
46
|
-
"eslint-
|
|
47
|
-
"eslint-plugin-react-
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
45
|
+
"eslint-plugin-react-dom": "5.9.0",
|
|
46
|
+
"@eslint-react/shared": "5.9.0",
|
|
47
|
+
"eslint-plugin-react-jsx": "5.9.0",
|
|
48
|
+
"eslint-plugin-react-naming-convention": "5.9.0",
|
|
49
|
+
"eslint-plugin-react-rsc": "5.9.0",
|
|
50
|
+
"eslint-plugin-react-web-api": "5.9.0",
|
|
51
|
+
"eslint-plugin-react-x": "5.9.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/react": "^19.2.17",
|