biome-config-terralab

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i biome-config-terralab

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

1.76 kB

Total Files

4

Last publish

Collaborators

  • caiulucas