biome-config-terralab
v1.0.1
Published
Biomejs configurations used on Terralab
Downloads
4
Maintainers
Readme
Terralab Biome Config
This is a biome.json config to extend in your project.
What's included?
Linter
- recommended configs;
- Style:
- useBlockStatements;
- noNonNullAssertion;
- Correctness:
- noUnusedVariables;
Formatter
- Enabled;
- formatWithErrors;
- Javascript:
- Single quotes;
By default, the folders build
, dist
and coverage
are ignored and the organizeImport
is true
.
How to use?
Add the following line on your biome.json
:
{
...
"extends": "biome-config-terralab"
}