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
Editorconfig support generates the following error if the .editorconfig file contains a section with * in it.
biome.json
{
"formatter": {
"useEditorconfig": true
}
}
.editorconfig
root = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false
Output of $ bunx @biomejs/biome check.
configuration ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ Failed to parse the .editorconfig file.
Caused by:
Custom("invalid digit found in string")
Expected result
It should not throw an error.
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Environment information
What happened?
Editorconfig support generates the following error if the
.editorconfig
file contains a section with*
in it.biome.json
.editorconfig
Output of
$ bunx @biomejs/biome check
.Expected result
It should not throw an error.
Code of Conduct
The text was updated successfully, but these errors were encountered: