@eslint-react/shared 1.36.2-beta.0 → 1.36.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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +2 -2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.36.2-beta.
|
|
3
|
+
"version": "1.36.2-beta.1",
|
|
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-beta.
|
|
41
|
+
"@eslint-react/eff": "1.36.2-beta.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/picomatch": "^3.0.2",
|