You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI:
Version: 1.3.1
Color support: true
Platform:
CPU Architecture: x86_64
OS: linux
Environment:
BIOME_LOG_DIR: unset
NO_COLOR: unset
TERM: "xterm-256color"
JS_RUNTIME_VERSION: "v18.18.0"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "npm/10.1.0"
Biome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: true
VCS disabled: true
Workspace:
Open Documents: 0
What happened?
Source Location: crates/biome_js_analyze/src/utils.rs:110:13
Thread Name: biome::worker_7
Message: internal error: entered unreachable code: The node can't have the same range of the operator.
Expected result
No error
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
I'm using extends in the biome.json with a custom set of linting rules. It works when I copy those linting rules to the biome.json itself and remove the extends.
Not working:
{
"extends": ["./lintingRules.json"]
}
Works:
{
"linter": {
"enabled": true,
"rules": {
// same rules as in lintingRules.json
}
}
}
Environment information
What happened?
Source Location: crates/biome_js_analyze/src/utils.rs:110:13
Thread Name: biome::worker_7
Message: internal error: entered unreachable code: The node can't have the same range of the operator.
Expected result
No error
Code of Conduct
The text was updated successfully, but these errors were encountered: