1.2.0 • Published 1 year ago

@forgedev-br/biome-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Code Formatting and Linting Configuration used by ForgeDev BR

What"s included?

  • Biome for code formatting and linting;

Setup

Install dependencies:

npm add --save-dev @biomejs/biome @forgedev-br/biome-config

Configure your project:

npx @biomejs/biome init

Extend the configuration within biome.json file:

{
  "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
  "extends": ["@forgedev-br/biome-config/biome"]
}

Add a script to package.json:

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

Note: You can also run npx @biomejs/biome check --write to automatically fix the code.

1.2.0

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago