Skip to content

Repository files navigation

@nacal-tools/configs

Shared configuration packages for development tools.

Packages

Shared Biome configuration.

Install

npm install -D @nacal-tools/biome-config

Usage

Create a biome.json in your project root:

{
  "extends": ["@nacal-tools/biome-config/biome.json"]
}

Rules

  • Formatter: spaces (indent width: 2), line width 80
  • JavaScript: double quotes, no semicolons, no trailing commas, arrow parens as needed
  • Linter: recommended rules + noConsole, noSecrets, noBarrelFile
  • Assist: auto organize imports

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors