@eslint-react/eslint-plugin 1.16.2-beta.0 → 1.16.2-beta.1
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -461,7 +461,7 @@ declare namespace disableWebApiConfig {
|
|
|
461
461
|
export { name$5 as name, rules$5 as rules };
|
|
462
462
|
}
|
|
463
463
|
|
|
464
|
-
declare const name$4 = "@eslint-react/
|
|
464
|
+
declare const name$4 = "@eslint-react/dom";
|
|
465
465
|
declare const rules$4: {
|
|
466
466
|
readonly "@eslint-react/dom/no-children-in-void-dom-elements": "warn";
|
|
467
467
|
readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "warn";
|
package/dist/index.d.ts
CHANGED
|
@@ -461,7 +461,7 @@ declare namespace disableWebApiConfig {
|
|
|
461
461
|
export { name$5 as name, rules$5 as rules };
|
|
462
462
|
}
|
|
463
463
|
|
|
464
|
-
declare const name$4 = "@eslint-react/
|
|
464
|
+
declare const name$4 = "@eslint-react/dom";
|
|
465
465
|
declare const rules$4: {
|
|
466
466
|
readonly "@eslint-react/dom/no-children-in-void-dom-elements": "warn";
|
|
467
467
|
readonly "@eslint-react/dom/no-dangerously-set-innerhtml": "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.16.2-beta.
|
|
28
|
+
var version = "1.16.2-beta.1";
|
|
29
29
|
|
|
30
30
|
// src/configs/all.ts
|
|
31
31
|
var all_exports = {};
|
|
@@ -96,7 +96,7 @@ __export(dom_exports, {
|
|
|
96
96
|
rules: () => rules2,
|
|
97
97
|
settings: () => settings2
|
|
98
98
|
});
|
|
99
|
-
var name3 = "@eslint-react/
|
|
99
|
+
var name3 = "@eslint-react/dom";
|
|
100
100
|
var rules2 = {
|
|
101
101
|
"@eslint-react/dom/no-children-in-void-dom-elements": "warn",
|
|
102
102
|
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
|
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.16.2-beta.
|
|
17
|
+
var version = "1.16.2-beta.1";
|
|
18
18
|
|
|
19
19
|
// src/configs/all.ts
|
|
20
20
|
var all_exports = {};
|
|
@@ -85,7 +85,7 @@ __export(dom_exports, {
|
|
|
85
85
|
rules: () => rules2,
|
|
86
86
|
settings: () => settings2
|
|
87
87
|
});
|
|
88
|
-
var name3 = "@eslint-react/
|
|
88
|
+
var name3 = "@eslint-react/dom";
|
|
89
89
|
var rules2 = {
|
|
90
90
|
"@eslint-react/dom/no-children-in-void-dom-elements": "warn",
|
|
91
91
|
"@eslint-react/dom/no-dangerously-set-innerhtml": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/eslint-plugin",
|
|
3
|
-
"version": "1.16.2-beta.
|
|
3
|
+
"version": "1.16.2-beta.1",
|
|
4
4
|
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"@typescript-eslint/type-utils": "^8.14.0",
|
|
48
48
|
"@typescript-eslint/types": "^8.14.0",
|
|
49
49
|
"@typescript-eslint/utils": "^8.14.0",
|
|
50
|
-
"@eslint-react/shared": "1.16.2-beta.
|
|
51
|
-
"@eslint-react/
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"eslint-plugin-react-debug": "1.16.2-beta.
|
|
54
|
-
"eslint-plugin-react-dom": "1.16.2-beta.
|
|
55
|
-
"eslint-plugin-react-hooks-extra": "1.16.2-beta.
|
|
56
|
-
"eslint-plugin-react-naming-convention": "1.16.2-beta.
|
|
57
|
-
"eslint-plugin-react-web-api": "1.16.2-beta.
|
|
58
|
-
"eslint-plugin-react-x": "1.16.2-beta.
|
|
50
|
+
"@eslint-react/shared": "1.16.2-beta.1",
|
|
51
|
+
"@eslint-react/types": "1.16.2-beta.1",
|
|
52
|
+
"@eslint-react/tools": "1.16.2-beta.1",
|
|
53
|
+
"eslint-plugin-react-debug": "1.16.2-beta.1",
|
|
54
|
+
"eslint-plugin-react-dom": "1.16.2-beta.1",
|
|
55
|
+
"eslint-plugin-react-hooks-extra": "1.16.2-beta.1",
|
|
56
|
+
"eslint-plugin-react-naming-convention": "1.16.2-beta.1",
|
|
57
|
+
"eslint-plugin-react-web-api": "1.16.2-beta.1",
|
|
58
|
+
"eslint-plugin-react-x": "1.16.2-beta.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"tsup": "^8.3.5"
|