1.1.0 • Published 10 months ago

@namchee/biome-config v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@namchee/biome-config

Shareable configuration BiomeJS config for personal use. Definitely opinionated and under development.

Installation

# Using npm
npm install -D @namchee/biome-config

# Using yarn
yarn add -D @namchee/biome-config

# Using pnpm
pnpm install -D @namchee/biome-config

# Using bun
bun install -D @namchee/biome-config

Usage

You can extend your BiomeJS config using extends keyword.

{
    "$schema": "https://biomejs.dev/schemas/<version>/schema.json",
    "extends": ["./node_modules/@namchee/biome-config/biome.json"] // the configuration resolution doesn't work correctly in VSCode extension yet
}

Compatibility

  • Use for: JavaScript, TypeScript, React.
  • Do not use for: HTML superlanguage projects such as Vue, Svelte, and Astro. Use @namchee/eslint-config instead.

!IMPORTANT Biome currently only support frontmatters and script tags when parsing HTML superlanguage files, which makes it possible to cause false alarm.

License

This project is licensed under the MIT License

1.1.0

10 months ago

1.0.1

1 year ago

1.0.0

1 year ago