CLI:
Version: 1.7.0
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
BIOME_LOG_DIR: unset
NO_COLOR: unset
TERM: "xterm-256color"
JS_RUNTIME_VERSION: "v18.19.1"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "npm/10.2.4"
Biome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: false
VCS disabled: true
Linter:
Recommended: true
All: false
Rules: a11y/noSvgWithoutTitle = "off"
a11y/useKeyWithClickEvents = "off"
a11y/useKeyWithMouseEvents = "off"
a11y/useValidAnchor = "off"
complexity/noExcessiveNestedTestSuites = "error"
complexity/noUselessLoneBlockStatements = "error"
complexity/noUselessTernary = "error"
correctness/noInvalidUseBeforeDeclaration = "off"
correctness/noNewSymbol = "error"
correctness/noUnusedImports = "error"
correctness/noUnusedPrivateClassMembers = "error"
correctness/noUnusedVariables = "error"
correctness/useExhaustiveDependencies = "off"
correctness/useHookAtTopLevel = "error"
nursery/noConstantMathMinMaxClamp = "error"
nursery/noEvolvingAny = "error"
nursery/noFlatMapIdentity = "error"
nursery/noMisplacedAssertion = "error"
nursery/noUndeclaredDependencies = "off"
performance/noDelete = "off"
style/noNegationElse = "error"
style/noNonNullAssertion = "off"
style/noRestrictedGlobals = "error"
style/noShoutyConstants = "error"
style/noUnusedTemplateLiteral = "off"
style/useBlockStatements = "error"
style/useCollapsedElseIf = "error"
style/useForOf = "error"
style/useImportType = "error"
style/useNodejsImportProtocol = "error"
style/useNumberNamespace = "error"
style/useShorthandAssign = "error"
style/useShorthandFunctionType = "error"
style/useSingleCaseStatement = "error"
suspicious/noConsoleLog = "error"
suspicious/noRedeclare = "off"
suspicious/noSkippedTests = "off"
Workspace:
Open Documents: 0
noUndeclaredDependencies
not applicable
I don't really know what additional info to provide. I will try to create a reproducible repo, but for now this all I have.
Note that this is a monorepo. Dependencies are declared NOT in root package.json
file.
/package.json
/apps
/app-1
/package.json <- dependencies used in `File.tsx` are declared here
/src
/File.tsx
When running npx biome check
I see no errors. But at the same time WebStorm and VSCode highlight imports as errors, and I see the same error during precommit hook.
Let me know if I need to provide more info, thank you!
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too