@eslint-react/shared
Advanced tools
Comparing version 1.27.1-next.8 to 1.28.0-next.0
@@ -524,3 +524,5 @@ 'use strict'; | ||
/** | ||
* @internal | ||
* Check both the sharp and the import to determine if a API is from React. | ||
* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React. | ||
* @default `false` | ||
*/ | ||
@@ -527,0 +529,0 @@ strictImportCheck: optional(boolean(), false), |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.27.1-next.8", | ||
"version": "1.28.0-next.0", | ||
"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.27.1-next.8" | ||
"@eslint-react/eff": "1.28.0-next.0" | ||
}, | ||
@@ -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
252188
4921
+ Added@eslint-react/eff@1.28.0-next.0(transitive)
- Removed@eslint-react/eff@1.27.1-next.8(transitive)