1.2.0 • Published 11 months ago

@rimurugroup/biomejs-config v1.2.0

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

Biomejs Config

create the following biome.json file in the root of your project

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

add the script in the package.json

{
  "scripts": {
    "lint": "biome lint --write ",
    "format": "biome format --write",
    "check": "biome check --write"
  },
  "devDependencies": {
		"@rimurugroup/biomejs-config": "^1.x.x"
	},
}
1.2.0

11 months ago

1.2.0-beta-6

11 months ago

1.2.0-beta-5

11 months ago

1.2.0-beta-4

11 months ago

1.2.0-beta-3

11 months ago

1.2.0-beta-2

11 months ago

1.2.0-beta-1

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago