@eslint-react/shared
Advanced tools
Comparing version 1.16.2-next.6 to 1.16.2-next.7
@@ -612,3 +612,3 @@ 'use strict'; | ||
*/ | ||
skipImportCheck: optional(boolean(), true), | ||
strictImportCheck: optional(boolean()), | ||
/** | ||
@@ -1309,5 +1309,3 @@ * React version to use, "detect" means auto detect React version from the project’s dependencies. | ||
} | ||
var INITIAL_ESLINT_REACT_SETTINGS = { | ||
skipImportCheck: false | ||
}; | ||
var INITIAL_ESLINT_REACT_SETTINGS = {}; | ||
function unsafeReadSettings(data) { | ||
@@ -1314,0 +1312,0 @@ return tools.Data.struct(data?.["react-x"] ?? {}); |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.16.2-next.6", | ||
"version": "1.16.2-next.7", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -40,3 +40,3 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"picomatch": "^4.0.2", | ||
"@eslint-react/tools": "1.16.2-next.6" | ||
"@eslint-react/tools": "1.16.2-next.7" | ||
}, | ||
@@ -43,0 +43,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
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
231260
4778
+ Added@eslint-react/tools@1.16.2-next.7(transitive)
- Removed@eslint-react/tools@1.16.2-next.6(transitive)