@eslint-react/eslint-plugin 2.0.0-beta.41 → 2.0.0-beta.43
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 +2 -2
- package/package.json +10 -10
package/dist/index.js
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 = "2.0.0-beta.
|
|
17
|
+
var version = "2.0.0-beta.43";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -315,7 +315,7 @@ var conflictingRules = [
|
|
|
315
315
|
];
|
|
316
316
|
var name6 = "@eslint-react/disable-conflict-eslint-plugin-react";
|
|
317
317
|
var rules5 = Object.fromEntries(
|
|
318
|
-
|
|
318
|
+
conflictingRules.map((key) => [key, "off"])
|
|
319
319
|
);
|
|
320
320
|
|
|
321
321
|
// src/configs/disable-debug.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.43",
|
|
4
4
|
"description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"@typescript-eslint/type-utils": "^8.40.0",
|
|
42
42
|
"@typescript-eslint/types": "^8.40.0",
|
|
43
43
|
"@typescript-eslint/utils": "^8.40.0",
|
|
44
|
-
"@eslint-react/eff": "2.0.0-beta.
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"eslint-plugin-react-debug": "2.0.0-beta.
|
|
48
|
-
"eslint-plugin-react-
|
|
49
|
-
"eslint-plugin-react-
|
|
50
|
-
"eslint-plugin-react-
|
|
51
|
-
"eslint-plugin-react-
|
|
52
|
-
"eslint-plugin-react-
|
|
44
|
+
"@eslint-react/eff": "2.0.0-beta.43",
|
|
45
|
+
"@eslint-react/shared": "2.0.0-beta.43",
|
|
46
|
+
"@eslint-react/kit": "2.0.0-beta.43",
|
|
47
|
+
"eslint-plugin-react-debug": "2.0.0-beta.43",
|
|
48
|
+
"eslint-plugin-react-dom": "2.0.0-beta.43",
|
|
49
|
+
"eslint-plugin-react-hooks-extra": "2.0.0-beta.43",
|
|
50
|
+
"eslint-plugin-react-naming-convention": "2.0.0-beta.43",
|
|
51
|
+
"eslint-plugin-react-web-api": "2.0.0-beta.43",
|
|
52
|
+
"eslint-plugin-react-x": "2.0.0-beta.43"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"tsup": "^8.5.0",
|