@eslint-react/types
Advanced tools
Comparing version 1.5.2-beta.0 to 1.5.2-beta.2
@@ -41,6 +41,7 @@ import { ESLintUtils } from '@typescript-eslint/utils'; | ||
type RuleCategory = "complexity" | "correctness" | "debug" | "deprecated" | "nursery" | "pedantic" | "perf" | "restriction" | "security" | "style" | "suspicious" | "verbose"; | ||
type RuleCategory = "complexity" | "convention" | "correctness" | "debug" | "deprecated" | "pedantic" | "perf" | "restriction" | "security" | "style" | "suspicious"; | ||
type RuleCategoryEmoji = "⛔" | "✔️" | "❌" | "🎨" | "🐞" | "👀" | "📖" | "🔒" | "🚀" | "🤔" | "🤯"; | ||
type RuleNamespace = "debug" | "experimental" | "jsx" | "naming-convention" | "react" | "react-hooks"; | ||
export type { Cond, CreateRule, RuleCategory, RuleContext, RuleDeclaration, RuleNamespace, RuleOptions, RulePreset, Severity }; | ||
export type { Cond, CreateRule, RuleCategory, RuleCategoryEmoji, RuleContext, RuleDeclaration, RuleNamespace, RuleOptions, RulePreset, Severity }; |
{ | ||
"name": "@eslint-react/types", | ||
"version": "1.5.2-beta.0", | ||
"version": "1.5.2-beta.2", | ||
"description": "ESLint React's type definitions.", | ||
@@ -40,3 +40,3 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"@typescript-eslint/utils": ">=6.20.0", | ||
"@eslint-react/tools": "1.5.2-beta.0" | ||
"@eslint-react/tools": "1.5.2-beta.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4961
43
+ Added@eslint-react/tools@1.5.2-beta.2(transitive)
- Removed@eslint-react/tools@1.5.2-beta.0(transitive)