1.0.1 • Published 5 months ago

biome-config-terralab v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

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"
}