dograh/ui/.pre-commit-config.yaml
Abhishek Kumar 4f2a629340 Initial Commit 🚀 🚀
2025-09-09 14:37:32 +05:30

8 lines
279 B
YAML

repos:
- repo: local
hooks:
- id: format-and-lint
name: "Run Ruff + ESLint autofix"
entry: ./scripts/pre_commit.sh
language: script # runs in your shell, cross-platform
pass_filenames: false # we run the script once, not per-file