mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
Initial Commit 🚀 🚀
This commit is contained in:
commit
4f2a629340
444 changed files with 76863 additions and 0 deletions
8
ui/.pre-commit-config.yaml
Normal file
8
ui/.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue