From b932c7b3b053d5fde5dc64a7a7cc6d03f61736f2 Mon Sep 17 00:00:00 2001 From: Mordechai Dror Date: Tue, 7 Jan 2025 23:08:50 +0200 Subject: [PATCH] update chore files --- .gitignore | 4 ++++ biome.jsonc | 20 +++++++++++++++++++- lefthook.yml | 2 -- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1365848..64b4dd5 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,7 @@ test-results .wrangler .vercel data +.obsidian +.astro +.vscode +.husky/_ diff --git a/biome.jsonc b/biome.jsonc index e66b72f..5622cc5 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -81,7 +81,11 @@ ".env", ".wrangler", ".vercel", - "data" + "data", + ".obsidian", + ".astro", + ".vscode", + ".husky/_" ] }, "overrides": [ @@ -125,6 +129,20 @@ "formatter": { "lineWidth": 1 } + }, + { + "include": ["**/*.astro"], + "linter": { + "rules": { + "correctness": { + "noUnusedImports": "off", + "noUnusedVariables": "off" + }, + "style": { + "useFilenamingConvention": "off" + } + } + } } ] } diff --git a/lefthook.yml b/lefthook.yml index c878ca9..b296d5d 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -4,8 +4,6 @@ pre-push: commands: ts: run: npm run tsc - test: - run: npx vitest run pre-commit: commands: are-translations-sorted: