@eslint-react/types
Advanced tools
Comparing version 0.9.5-beta.0 to 0.9.5-beta.1
@@ -8,3 +8,3 @@ import { ReadonlyDeep } from 'type-fest'; | ||
}>; | ||
type ExRSettings = ReadonlyDeep<{ | ||
type ERSettings = ReadonlyDeep<{ | ||
[key: string]: unknown; | ||
@@ -14,2 +14,2 @@ react: ReactSettings; | ||
export type { ExRSettings, ReactSettings }; | ||
export type { ERSettings, ReactSettings }; |
{ | ||
"name": "@eslint-react/types", | ||
"version": "0.9.5-beta.0", | ||
"version": "0.9.5-beta.1", | ||
"description": "ESLint React's type definitions.", | ||
@@ -16,2 +16,3 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"author": "Eva1ent<let@ik.me>", | ||
"sideEffects": false, | ||
"exports": { | ||
@@ -41,3 +42,3 @@ ".": { | ||
"string-ts": "1.3.2", | ||
"@eslint-react/tools": "0.9.5-beta.0" | ||
"@eslint-react/tools": "0.9.5-beta.1" | ||
}, | ||
@@ -44,0 +45,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
3259
+ Added@eslint-react/tools@0.9.5-beta.1(transitive)
- Removed@eslint-react/tools@0.9.5-beta.0(transitive)