chore(lint): remove md and yml files from checks

This commit is contained in:
PalmDevs
2024-04-02 19:56:44 +07:00
parent 154bdbde3e
commit 815a14ee8d

View File

@@ -3,7 +3,7 @@ pre-commit:
commands:
check:
files: git diff --name-only --cached --diff-filter=AM @{push}
glob: "*.{js,ts,json,yml,md}"
glob: "*.{js,ts,json}"
run: bunx biome check {files}
commit-msg:
parallel: false