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
// biome.jsonc -- disable formatter, linter, and import-organizer for demonstration purposes{"$schema": "./node_modules/@biomejs/biome/configuration_schema.json","formatter": {"enabled": false},"linter": {"enabled": false},"organizeImports": {"enabled": false}}
What happened?
Biome does not use the biome.jsonc file; instead, it uses the defaults.
Expected result
Biome should load the biome.jsonc file.
Using the provided biome.jsonc file in the "Config" section above, biome check . should produce output similar to the following:
Checked 0 files in 71ms. No fixes needed.
internalError/io ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ No files were processed in the specified paths.
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Environment information
Config
What happened?
Biome does not use the
biome.jsonc
file; instead, it uses the defaults.Expected result
Biome should load the
biome.jsonc
file.Using the provided
biome.jsonc
file in the "Config" section above,biome check .
should produce output similar to the following:Code of Conduct
The text was updated successfully, but these errors were encountered: