1.2.4 • Published 11 months ago

biome-config-astro v1.2.4

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

biome-config-astro

Install Size NPM Package Version License: ISC GitHub Repo Stars

Shared Biome config for Astro projects

Usage

Installation

(bun|npm|pnpm|yarn) add -D @biomejs/biome biome-config-astro

Add the extends array to your project's biome.json file:

// <project-root>/biome.json
{
    // ...
    "extends": ["biome-config-astro"],
    // ...
}

Add scripts to your package.json if you haven't already:

// <project-root>/package.json
{
    //...
    "scripts": {
        "format": "biome format . --write",
        "lint": "biome lint .",
        "lint:fix": "biome lint . --apply",
        "lint:fix:unsafe": "biome lint . --apply-unsafe"
    }
    // ...
}

Links

License

ISC License © 2024 Marc Redwerkz

1.2.4

11 months ago

1.2.3

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago