@eslint-react/shared 1.36.2-next.0 → 1.36.2
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -83,7 +83,11 @@ type RuleNamespace = "x" | "dom" | "web-api" | "hooks-extra" | "naming-conventio
|
|
|
83
83
|
* Rule feature.
|
|
84
84
|
* @since 1.20.0
|
|
85
85
|
*/
|
|
86
|
-
type RuleFeature = "CFG" | "
|
|
86
|
+
type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC";
|
|
87
|
+
/**
|
|
88
|
+
* Rule status.
|
|
89
|
+
* @since 1.36.0
|
|
90
|
+
*/
|
|
87
91
|
type RuleStatus = "stable" | "experimental" | "deprecated" | "removed";
|
|
88
92
|
|
|
89
93
|
declare function report<MessageID extends string>(context: RuleContext): (descriptor: undefined | null | ReportDescriptor<MessageID>) => void;
|
package/dist/index.d.ts
CHANGED
|
@@ -83,7 +83,11 @@ type RuleNamespace = "x" | "dom" | "web-api" | "hooks-extra" | "naming-conventio
|
|
|
83
83
|
* Rule feature.
|
|
84
84
|
* @since 1.20.0
|
|
85
85
|
*/
|
|
86
|
-
type RuleFeature = "CFG" | "
|
|
86
|
+
type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC";
|
|
87
|
+
/**
|
|
88
|
+
* Rule status.
|
|
89
|
+
* @since 1.36.0
|
|
90
|
+
*/
|
|
87
91
|
type RuleStatus = "stable" | "experimental" | "deprecated" | "removed";
|
|
88
92
|
|
|
89
93
|
declare function report<MessageID extends string>(context: RuleContext): (descriptor: undefined | null | ReportDescriptor<MessageID>) => void;
|
package/dist/index.js
CHANGED
|
@@ -84,7 +84,7 @@ function report(context) {
|
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
// ../../node_modules/.pnpm/valibot@1.0.
|
|
87
|
+
// ../../node_modules/.pnpm/valibot@1.0.0_typescript@5.8.2/node_modules/valibot/dist/index.js
|
|
88
88
|
var store;
|
|
89
89
|
// @__NO_SIDE_EFFECTS__
|
|
90
90
|
function getGlobalConfig(config2) {
|
package/dist/index.mjs
CHANGED
|
@@ -76,7 +76,7 @@ function report(context) {
|
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
// ../../node_modules/.pnpm/valibot@1.0.
|
|
79
|
+
// ../../node_modules/.pnpm/valibot@1.0.0_typescript@5.8.2/node_modules/valibot/dist/index.js
|
|
80
80
|
var store;
|
|
81
81
|
// @__NO_SIDE_EFFECTS__
|
|
82
82
|
function getGlobalConfig(config2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.36.2
|
|
3
|
+
"version": "1.36.2",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@typescript-eslint/utils": "^8.26.1",
|
|
39
39
|
"picomatch": "^4.0.2",
|
|
40
40
|
"ts-pattern": "^5.6.2",
|
|
41
|
-
"@eslint-react/eff": "1.36.2
|
|
41
|
+
"@eslint-react/eff": "1.36.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/picomatch": "^3.0.2",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"micro-memoize": "^4.1.3",
|
|
47
47
|
"tsup": "^8.4.0",
|
|
48
48
|
"type-fest": "^4.37.0",
|
|
49
|
-
"valibot": "^1.0.0
|
|
49
|
+
"valibot": "^1.0.0",
|
|
50
50
|
"@local/configs": "0.0.0"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|