From dfdb0ceed87923086f258f5291276c9db0b7ecd0 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 17 Apr 2024 03:50:34 -0400 Subject: nix: remove all inputs --- biome.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 biome.json (limited to 'biome.json') 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" + ] + } +} -- cgit v1.2.3