@eslint-react/eslint-plugin 1.36.3 → 1.37.0-next.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.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +2 -3
- package/dist/index.mjs +2 -3
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -1248,7 +1248,6 @@ declare const name$2 = "@eslint-react/recommended";
|
|
|
1248
1248
|
declare const rules$2: {
|
|
1249
1249
|
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
1250
1250
|
readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
|
|
1251
|
-
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
1252
1251
|
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
1253
1252
|
readonly "@eslint-react/web-api/no-leaked-interval": "warn";
|
|
1254
1253
|
readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
|
|
@@ -1900,7 +1899,6 @@ declare const rules$1: {
|
|
|
1900
1899
|
readonly "@eslint-react/use-jsx-vars": "off";
|
|
1901
1900
|
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
1902
1901
|
readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
|
|
1903
|
-
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
1904
1902
|
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
1905
1903
|
readonly "@eslint-react/web-api/no-leaked-interval": "warn";
|
|
1906
1904
|
readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
|
|
@@ -2548,7 +2546,6 @@ declare const rules: {
|
|
|
2548
2546
|
readonly "@eslint-react/use-jsx-vars": "off";
|
|
2549
2547
|
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
2550
2548
|
readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
|
|
2551
|
-
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
2552
2549
|
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
2553
2550
|
readonly "@eslint-react/web-api/no-leaked-interval": "warn";
|
|
2554
2551
|
readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
|
package/dist/index.d.ts
CHANGED
|
@@ -1248,7 +1248,6 @@ declare const name$2 = "@eslint-react/recommended";
|
|
|
1248
1248
|
declare const rules$2: {
|
|
1249
1249
|
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
1250
1250
|
readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
|
|
1251
|
-
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
1252
1251
|
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
1253
1252
|
readonly "@eslint-react/web-api/no-leaked-interval": "warn";
|
|
1254
1253
|
readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
|
|
@@ -1900,7 +1899,6 @@ declare const rules$1: {
|
|
|
1900
1899
|
readonly "@eslint-react/use-jsx-vars": "off";
|
|
1901
1900
|
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
1902
1901
|
readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
|
|
1903
|
-
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
1904
1902
|
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
1905
1903
|
readonly "@eslint-react/web-api/no-leaked-interval": "warn";
|
|
1906
1904
|
readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
|
|
@@ -2548,7 +2546,6 @@ declare const rules: {
|
|
|
2548
2546
|
readonly "@eslint-react/use-jsx-vars": "off";
|
|
2549
2547
|
readonly "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn";
|
|
2550
2548
|
readonly "@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn";
|
|
2551
|
-
readonly "@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn";
|
|
2552
2549
|
readonly "@eslint-react/web-api/no-leaked-event-listener": "warn";
|
|
2553
2550
|
readonly "@eslint-react/web-api/no-leaked-interval": "warn";
|
|
2554
2551
|
readonly "@eslint-react/web-api/no-leaked-resize-observer": "warn";
|
package/dist/index.js
CHANGED
|
@@ -25,7 +25,7 @@ var __export = (target, all) => {
|
|
|
25
25
|
|
|
26
26
|
// package.json
|
|
27
27
|
var name = "@eslint-react/eslint-plugin";
|
|
28
|
-
var version = "1.
|
|
28
|
+
var version = "1.37.0-next.0";
|
|
29
29
|
|
|
30
30
|
// src/configs/all.ts
|
|
31
31
|
var all_exports = {};
|
|
@@ -315,8 +315,7 @@ var rules11 = {
|
|
|
315
315
|
...rules2,
|
|
316
316
|
...rules8,
|
|
317
317
|
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
|
|
318
|
-
"@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn"
|
|
319
|
-
"@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn"
|
|
318
|
+
"@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn"
|
|
320
319
|
};
|
|
321
320
|
var plugins6 = {
|
|
322
321
|
...plugins,
|
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,7 @@ var __export = (target, all) => {
|
|
|
14
14
|
|
|
15
15
|
// package.json
|
|
16
16
|
var name = "@eslint-react/eslint-plugin";
|
|
17
|
-
var version = "1.
|
|
17
|
+
var version = "1.37.0-next.0";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -304,8 +304,7 @@ var rules11 = {
|
|
|
304
304
|
...rules2,
|
|
305
305
|
...rules8,
|
|
306
306
|
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
|
|
307
|
-
"@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn"
|
|
308
|
-
"@eslint-react/hooks-extra/prefer-use-state-lazy-initialization": "warn"
|
|
307
|
+
"@eslint-react/hooks-extra/no-unnecessary-use-prefix": "warn"
|
|
309
308
|
};
|
|
310
309
|
var plugins6 = {
|
|
311
310
|
...plugins,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.37.0-next.0",
|
|
4
4
|
"description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"./package.json"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
50
|
-
"@typescript-eslint/type-utils": "^8.
|
|
51
|
-
"@typescript-eslint/types": "^8.
|
|
52
|
-
"@typescript-eslint/utils": "^8.
|
|
53
|
-
"@eslint-react/eff": "1.
|
|
54
|
-
"@eslint-react/shared": "1.
|
|
55
|
-
"eslint-plugin-react-debug": "1.
|
|
56
|
-
"eslint-plugin-react-
|
|
57
|
-
"eslint-plugin-react-
|
|
58
|
-
"eslint-plugin-react-naming-convention": "1.
|
|
59
|
-
"eslint-plugin-react-web-api": "1.
|
|
60
|
-
"eslint-plugin-react-x": "1.
|
|
49
|
+
"@typescript-eslint/scope-manager": "^8.27.0",
|
|
50
|
+
"@typescript-eslint/type-utils": "^8.27.0",
|
|
51
|
+
"@typescript-eslint/types": "^8.27.0",
|
|
52
|
+
"@typescript-eslint/utils": "^8.27.0",
|
|
53
|
+
"@eslint-react/eff": "1.37.0-next.0",
|
|
54
|
+
"@eslint-react/shared": "1.37.0-next.0",
|
|
55
|
+
"eslint-plugin-react-debug": "1.37.0-next.0",
|
|
56
|
+
"eslint-plugin-react-dom": "1.37.0-next.0",
|
|
57
|
+
"eslint-plugin-react-hooks-extra": "1.37.0-next.0",
|
|
58
|
+
"eslint-plugin-react-naming-convention": "1.37.0-next.0",
|
|
59
|
+
"eslint-plugin-react-web-api": "1.37.0-next.0",
|
|
60
|
+
"eslint-plugin-react-x": "1.37.0-next.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"tsup": "^8.4.0",
|