@eslint-react/kit
Advanced tools
Comparing version
@@ -53,8 +53,3 @@ import { _ } from '@eslint-react/eff'; | ||
*/ | ||
type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC"; | ||
/** | ||
* Rule status. | ||
* @since 1.36.0 | ||
*/ | ||
type RuleStatus = "stable" | "experimental" | "deprecated" | "removed"; | ||
type RuleFeature = "CFG" | "DBG" | "FIX" | "MOD" | "TSC" | "EXP"; | ||
@@ -71,2 +66,2 @@ /** | ||
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 }; | ||
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 }; |
{ | ||
"name": "@eslint-react/kit", | ||
"version": "1.38.0-beta.4", | ||
"version": "1.38.0-beta.5", | ||
"description": "ESLint React's Plugin Kit for building plugins and rules.", | ||
@@ -39,3 +39,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"ts-pattern": "^5.6.2", | ||
"@eslint-react/eff": "1.38.0-beta.4" | ||
"@eslint-react/eff": "1.38.0-beta.5" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
10820
-2.21%168
-2.89%+ Added
- Removed