@javinyx/biome-config

1.0.1 • Public • Published

@javinyx/biome-config

NPM Version NPM dev or peer Dependency Version

Usage

Installation

npm|yarn|pnpm|bun add -D @biomejs/biome @javinyx/biome-config

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

// <project-root>/biome.json
{
    "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
    "extends": "@javinyx/biome-config",
    // ...
}

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

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

Visual Studio Code Setup

  1. Install the BiomeJS Visual Studio Code extension if you haven't already.

  2. Add the following settings to your project's .vscode/settings.json, or create them anew:

// <project-root>/.vscode/settings.json
{
    // ...
    "[javascript][javascriptreact][typescript][typescriptreact][json][jsonc]": {
      "editor.defaultFormatter": "biomejs.biome"
    },
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
        "quickfix.biome": "explicit",
        "source.organizeImports.biome": "explicit"
    }
    // ...
}

Package Sidebar

Install

npm i @javinyx/biome-config

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.8 kB

Total Files

4

Last publish

Collaborators

  • javinyx