0.2.0 • Published 9 months ago

@nnecec/biome-config v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

@nnecec/biome-config

Usage

Install:

$ npm install --save-dev @nnecec/biome-config

create biome.json

{
  "extends": ["@nnecec/biome-config"]
}

if you want to override some rules, you can do so in the biome.json file

{
  "extends": ["@nnecec/biome-config"],
  "linter": {
    "rules": {
      "suspicious": {
        "noExplicitAny": "off"
      }
    }
  }
}
0.2.0

9 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago