@eslint-react/shared
Advanced tools
Comparing version 1.28.0-next.5 to 1.28.0-next.6
@@ -526,5 +526,5 @@ 'use strict'; | ||
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React. | ||
* @default `false` | ||
* @default `true` | ||
*/ | ||
strictImportCheck: optional(boolean(), false), | ||
skipImportCheck: optional(boolean(), true), | ||
/** | ||
@@ -564,4 +564,4 @@ * React version to use, "detect" means auto detect React version from the project’s dependencies. | ||
polymorphicPropName: "as", | ||
skipImportCheck: true, | ||
strict: false, | ||
strictImportCheck: false, | ||
version: "detect", | ||
@@ -1282,2 +1282,3 @@ additionalHooks: { | ||
polymorphicPropName = "as", | ||
skipImportCheck = true, | ||
version, | ||
@@ -1307,2 +1308,3 @@ ...rest | ||
polymorphicPropName, | ||
skipImportCheck, | ||
version: tsPattern.match(version).with(tsPattern.P.union(tsPattern.P.nullish, "", "detect"), () => getReactVersion("19.0.0")).otherwise(eff.identity) | ||
@@ -1309,0 +1311,0 @@ }; |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.28.0-next.5", | ||
"version": "1.28.0-next.6", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -41,3 +41,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react", | ||
"ts-pattern": "^5.6.2", | ||
"@eslint-react/eff": "1.28.0-next.5" | ||
"@eslint-react/eff": "1.28.0-next.6" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
252722
4929
+ Added@eslint-react/eff@1.28.0-next.6(transitive)
- Removed@eslint-react/eff@1.28.0-next.5(transitive)