diff options
| author | seth <[email protected]> | 2024-04-17 03:50:34 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-17 03:50:34 -0400 |
| commit | dfdb0ceed87923086f258f5291276c9db0b7ecd0 (patch) | |
| tree | cf292e6da1789f71b07e85c8f2936bd60d210fce /biome.json | |
| parent | cbcc5c09585229ec31cf76f2ab666b2d34129914 (diff) | |
nix: remove all inputs
Diffstat (limited to 'biome.json')
| -rw-r--r-- | biome.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/biome.json b/biome.json new file mode 100644 index 0000000..80940cb --- /dev/null +++ b/biome.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://biomejs.dev/schemas/1.6.4/schema.json", + "formatter": { + "ignore": [ + ".direnv/**", + ".git/**", + "dist/**", + "flake.lock", + "pnpm-lock.yaml" + ] + } +} |
