mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-19 01:06:26 +00:00
fix(pre-commit): remove md from biome check file pattern
Biome 2.x does not support Markdown checking, causing errors on CLAUDE.md. Remove md from the hook's file filter. Also includes minor autofix changes from biome (trailing newlines).
This commit is contained in:
@@ -27,7 +27,7 @@ repos:
|
||||
name: Biome Check
|
||||
entry: yarn biome check --write --files-ignore-unknown=true --no-errors-on-unmatched
|
||||
language: system
|
||||
files: \.(js|ts|jsx|tsx|json|md)$
|
||||
files: \.(js|ts|jsx|tsx|json)$
|
||||
- id: markdown-table-formatter
|
||||
name: Markdown Table Formatter
|
||||
entry: yarn markdown-table-formatter
|
||||
|
||||
0
config/exports
Normal file → Executable file
0
config/exports
Normal file → Executable file
0
local/bin/dfm
Normal file → Executable file
0
local/bin/dfm
Normal file → Executable file
0
scripts/cleanup-old-version-managers.sh
Normal file → Executable file
0
scripts/cleanup-old-version-managers.sh
Normal file → Executable file
Reference in New Issue
Block a user