repo 0.14.13

An opinionated tool for repo management.
{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "extends": ["./node_modules/@cubing/dev-config/biome/biome.json"],
  "files": {
    // 1. Change `!!dist` to `!dist` if any files (e.g. sources or tests) import
    //    from it.
    // 2. Add e.g. `!!target` if the project has Rust.
    // 3. Delete this comment, or rename to `biome.jsonc` if there are remaining
    //    comments in this file.
    //
    // Note that `package.json` is excluded because package managers often
    // change the formatting and enforcing Biome's formatting can conflict with
    // some scripts/automations.
    "includes": [
      "**",
      "!!dist",
      "!package.json"
    ]
  }
}