1.1.3 • Published 11 months ago

@forgedev-br/biome-config v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Code Formatting and Linting Configuration used by ForgeDev BR

What"s included?

  • Biome for code formatting and linting;

Setup

Install dependencies:

npm i -D @biomejs/biome @forgedev-br/biome-config

Configure your project:

npx @biomejs/biome init

Add a script to package.json:

"scripts": {
  "lint": "npx @biomejs/biome check src"
}

Extend the configuration within biome.json file:

{
  "extends": ["@forgedev-br/biome-config/biome"]
}
1.1.3

11 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago