@eslint-react/eslint-plugin 2.0.0-next.181 → 2.0.0-next.184
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 +14 -14
- package/package.json +15 -15
package/dist/index.js
CHANGED
|
@@ -9,11 +9,11 @@ import { DEFAULT_ESLINT_REACT_SETTINGS } from "@eslint-react/shared";
|
|
|
9
9
|
|
|
10
10
|
//#region package.json
|
|
11
11
|
var name = "@eslint-react/eslint-plugin";
|
|
12
|
-
var version = "2.0.0-next.
|
|
12
|
+
var version = "2.0.0-next.184";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/configs/dom.ts
|
|
16
|
-
var dom_exports = __export({
|
|
16
|
+
var dom_exports = /* @__PURE__ */ __export({
|
|
17
17
|
name: () => name$13,
|
|
18
18
|
plugins: () => plugins$7,
|
|
19
19
|
rules: () => rules$8,
|
|
@@ -42,7 +42,7 @@ const settings$6 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
42
42
|
|
|
43
43
|
//#endregion
|
|
44
44
|
//#region src/configs/x.ts
|
|
45
|
-
var x_exports = __export({
|
|
45
|
+
var x_exports = /* @__PURE__ */ __export({
|
|
46
46
|
name: () => name$12,
|
|
47
47
|
plugins: () => plugins$6,
|
|
48
48
|
rules: () => rules$13,
|
|
@@ -98,7 +98,7 @@ const settings$5 = { "react-x": DEFAULT_ESLINT_REACT_SETTINGS };
|
|
|
98
98
|
|
|
99
99
|
//#endregion
|
|
100
100
|
//#region src/configs/all.ts
|
|
101
|
-
var all_exports = __export({
|
|
101
|
+
var all_exports = /* @__PURE__ */ __export({
|
|
102
102
|
name: () => name$11,
|
|
103
103
|
plugins: () => plugins$5,
|
|
104
104
|
rules: () => rules$3,
|
|
@@ -204,7 +204,7 @@ const settings$4 = { ...settings$6 };
|
|
|
204
204
|
|
|
205
205
|
//#endregion
|
|
206
206
|
//#region src/configs/debug.ts
|
|
207
|
-
var debug_exports = __export({
|
|
207
|
+
var debug_exports = /* @__PURE__ */ __export({
|
|
208
208
|
name: () => name$10,
|
|
209
209
|
plugins: () => plugins$4,
|
|
210
210
|
rules: () => rules$10
|
|
@@ -221,7 +221,7 @@ const plugins$4 = { "@eslint-react/debug": reactDebug };
|
|
|
221
221
|
|
|
222
222
|
//#endregion
|
|
223
223
|
//#region src/configs/disable-conflict-eslint-plugin-react.ts
|
|
224
|
-
var disable_conflict_eslint_plugin_react_exports = __export({
|
|
224
|
+
var disable_conflict_eslint_plugin_react_exports = /* @__PURE__ */ __export({
|
|
225
225
|
name: () => name$9,
|
|
226
226
|
rules: () => rules$12
|
|
227
227
|
});
|
|
@@ -278,7 +278,7 @@ const rules$12 = Object.fromEntries(conflictingRules.map((key) => [key, "off"]))
|
|
|
278
278
|
|
|
279
279
|
//#endregion
|
|
280
280
|
//#region src/configs/disable-debug.ts
|
|
281
|
-
var disable_debug_exports = __export({
|
|
281
|
+
var disable_debug_exports = /* @__PURE__ */ __export({
|
|
282
282
|
name: () => name$8,
|
|
283
283
|
rules: () => rules$11
|
|
284
284
|
});
|
|
@@ -287,7 +287,7 @@ const rules$11 = Object.fromEntries(Object.entries(rules$10).map(([rule]) => [ru
|
|
|
287
287
|
|
|
288
288
|
//#endregion
|
|
289
289
|
//#region src/configs/disable-dom.ts
|
|
290
|
-
var disable_dom_exports = __export({
|
|
290
|
+
var disable_dom_exports = /* @__PURE__ */ __export({
|
|
291
291
|
name: () => name$7,
|
|
292
292
|
rules: () => rules$9
|
|
293
293
|
});
|
|
@@ -296,7 +296,7 @@ const rules$9 = Object.fromEntries(Object.entries(rules$8).map(([key]) => [key,
|
|
|
296
296
|
|
|
297
297
|
//#endregion
|
|
298
298
|
//#region src/configs/disable-type-checked.ts
|
|
299
|
-
var disable_type_checked_exports = __export({
|
|
299
|
+
var disable_type_checked_exports = /* @__PURE__ */ __export({
|
|
300
300
|
name: () => name$6,
|
|
301
301
|
rules: () => rules$4
|
|
302
302
|
});
|
|
@@ -320,7 +320,7 @@ const settings$3 = { ...settings$6 };
|
|
|
320
320
|
|
|
321
321
|
//#endregion
|
|
322
322
|
//#region src/configs/disable-web-api.ts
|
|
323
|
-
var disable_web_api_exports = __export({
|
|
323
|
+
var disable_web_api_exports = /* @__PURE__ */ __export({
|
|
324
324
|
name: () => name$5,
|
|
325
325
|
rules: () => rules$7
|
|
326
326
|
});
|
|
@@ -329,7 +329,7 @@ const rules$7 = Object.fromEntries(Object.entries(rules$6).map(([key]) => [key,
|
|
|
329
329
|
|
|
330
330
|
//#endregion
|
|
331
331
|
//#region src/configs/off.ts
|
|
332
|
-
var off_exports = __export({
|
|
332
|
+
var off_exports = /* @__PURE__ */ __export({
|
|
333
333
|
name: () => name$4,
|
|
334
334
|
rules: () => rules$5
|
|
335
335
|
});
|
|
@@ -341,7 +341,7 @@ const rules$5 = {
|
|
|
341
341
|
|
|
342
342
|
//#endregion
|
|
343
343
|
//#region src/configs/recommended.ts
|
|
344
|
-
var recommended_exports = __export({
|
|
344
|
+
var recommended_exports = /* @__PURE__ */ __export({
|
|
345
345
|
name: () => name$3,
|
|
346
346
|
plugins: () => plugins$2,
|
|
347
347
|
rules: () => rules$2,
|
|
@@ -366,7 +366,7 @@ const settings$2 = { ...settings$6 };
|
|
|
366
366
|
|
|
367
367
|
//#endregion
|
|
368
368
|
//#region src/configs/recommended-typescript.ts
|
|
369
|
-
var recommended_typescript_exports = __export({
|
|
369
|
+
var recommended_typescript_exports = /* @__PURE__ */ __export({
|
|
370
370
|
name: () => name$2,
|
|
371
371
|
plugins: () => plugins$1,
|
|
372
372
|
rules: () => rules$1,
|
|
@@ -386,7 +386,7 @@ const settings$1 = { ...settings$2 };
|
|
|
386
386
|
|
|
387
387
|
//#endregion
|
|
388
388
|
//#region src/configs/recommended-type-checked.ts
|
|
389
|
-
var recommended_type_checked_exports = __export({
|
|
389
|
+
var recommended_type_checked_exports = /* @__PURE__ */ __export({
|
|
390
390
|
name: () => name$1,
|
|
391
391
|
plugins: () => plugins,
|
|
392
392
|
rules: () => rules,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.184",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"./package.json"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@typescript-eslint/scope-manager": "^8.
|
|
41
|
-
"@typescript-eslint/type-utils": "^8.
|
|
42
|
-
"@typescript-eslint/types": "^8.
|
|
43
|
-
"@typescript-eslint/utils": "^8.
|
|
44
|
-
"@eslint-react/eff": "2.0.0-next.
|
|
45
|
-
"eslint-
|
|
46
|
-
"
|
|
47
|
-
"@eslint-react/
|
|
48
|
-
"eslint-plugin-react-dom": "2.0.0-next.
|
|
49
|
-
"eslint-plugin-react-hooks-extra": "2.0.0-next.
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
40
|
+
"@typescript-eslint/scope-manager": "^8.44.0",
|
|
41
|
+
"@typescript-eslint/type-utils": "^8.44.0",
|
|
42
|
+
"@typescript-eslint/types": "^8.44.0",
|
|
43
|
+
"@typescript-eslint/utils": "^8.44.0",
|
|
44
|
+
"@eslint-react/eff": "2.0.0-next.184",
|
|
45
|
+
"@eslint-react/kit": "2.0.0-next.184",
|
|
46
|
+
"eslint-plugin-react-debug": "2.0.0-next.184",
|
|
47
|
+
"@eslint-react/shared": "2.0.0-next.184",
|
|
48
|
+
"eslint-plugin-react-dom": "2.0.0-next.184",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-next.184",
|
|
50
|
+
"eslint-plugin-react-web-api": "2.0.0-next.184",
|
|
51
|
+
"eslint-plugin-react-x": "2.0.0-next.184",
|
|
52
|
+
"eslint-plugin-react-naming-convention": "2.0.0-next.184"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"tsdown": "^0.15.
|
|
55
|
+
"tsdown": "^0.15.2",
|
|
56
56
|
"@local/configs": "0.0.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|