@eslint-react/kit 1.38.0-next.4 → 1.38.0-next.6

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 CHANGED
@@ -50,12 +50,7 @@ type RuleContext<MessageIds extends string = string, Options extends readonly un
50
50
  * Rule feature.
51
51
  * @since 1.20.0
52
52
  */
53
- type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC";
54
- /**
55
- * Rule status.
56
- * @since 1.36.0
57
- */
58
- type RuleStatus = "stable" | "experimental" | "deprecated" | "removed";
53
+ type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC" | "EXP";
59
54
 
60
55
  /**
61
56
  * Creates a report function that can conditionally report a descriptor.
@@ -67,4 +62,4 @@ declare function createReport<MessageID extends string>(context: RuleContext): (
67
62
  declare function isInEditorEnv(): boolean;
68
63
  declare function isInGitHooksOrLintStaged(): boolean;
69
64
 
70
- export { REACT_BUILD_IN_HOOKS, RE_CAMEL_CASE, RE_CONSTANT_CASE, RE_JAVASCRIPT_PROTOCOL, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_SNAKE_CASE, type RuleContext, type RuleDeclaration, type RuleFeature, type RulePreset, type RuleSeverity, type RuleStatus, createReport, isInEditorEnv, isInGitHooksOrLintStaged };
65
+ export { REACT_BUILD_IN_HOOKS, RE_CAMEL_CASE, RE_CONSTANT_CASE, RE_JAVASCRIPT_PROTOCOL, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_SNAKE_CASE, type RuleContext, type RuleDeclaration, type RuleFeature, type RulePreset, type RuleSeverity, createReport, isInEditorEnv, isInGitHooksOrLintStaged };
package/dist/index.d.ts CHANGED
@@ -50,12 +50,7 @@ type RuleContext<MessageIds extends string = string, Options extends readonly un
50
50
  * Rule feature.
51
51
  * @since 1.20.0
52
52
  */
53
- type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC";
54
- /**
55
- * Rule status.
56
- * @since 1.36.0
57
- */
58
- type RuleStatus = "stable" | "experimental" | "deprecated" | "removed";
53
+ type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC" | "EXP";
59
54
 
60
55
  /**
61
56
  * Creates a report function that can conditionally report a descriptor.
@@ -67,4 +62,4 @@ declare function createReport<MessageID extends string>(context: RuleContext): (
67
62
  declare function isInEditorEnv(): boolean;
68
63
  declare function isInGitHooksOrLintStaged(): boolean;
69
64
 
70
- export { REACT_BUILD_IN_HOOKS, RE_CAMEL_CASE, RE_CONSTANT_CASE, RE_JAVASCRIPT_PROTOCOL, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_SNAKE_CASE, type RuleContext, type RuleDeclaration, type RuleFeature, type RulePreset, type RuleSeverity, type RuleStatus, createReport, isInEditorEnv, isInGitHooksOrLintStaged };
65
+ export { REACT_BUILD_IN_HOOKS, RE_CAMEL_CASE, RE_CONSTANT_CASE, RE_JAVASCRIPT_PROTOCOL, RE_KEBAB_CASE, RE_PASCAL_CASE, RE_SNAKE_CASE, type RuleContext, type RuleDeclaration, type RuleFeature, type RulePreset, type RuleSeverity, createReport, isInEditorEnv, isInGitHooksOrLintStaged };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/kit",
3
- "version": "1.38.0-next.4",
3
+ "version": "1.38.0-next.6",
4
4
  "description": "ESLint React's Plugin Kit for building plugins and rules.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -36,10 +36,7 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "ts-pattern": "^5.6.2",
39
- "@eslint-react/eff": "1.38.0-next.4"
40
- },
41
- "peerDependencies": {
42
- "@typescript-eslint/utils": "^8.27.0"
39
+ "@eslint-react/eff": "1.38.0-next.6"
43
40
  },
44
41
  "devDependencies": {
45
42
  "@tsconfig/node22": "^22.0.0",
@@ -47,6 +44,9 @@
47
44
  "type-fest": "^4.37.0",
48
45
  "@local/configs": "0.0.0"
49
46
  },
47
+ "peerDependencies": {
48
+ "@typescript-eslint/utils": "^8.27.0"
49
+ },
50
50
  "engines": {
51
51
  "bun": ">=1.0.15",
52
52
  "node": ">=18.18.0"