Exclude the dist forlder from pre-commit
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m6s

This commit is contained in:
2025-12-27 21:10:19 +01:00
parent de6b54abe9
commit cbc45bbd10

View File

@@ -1,4 +1,4 @@
exclude: ^node_modules/
exclude: ^(dist|node_modules)/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0