Initial Commit 🚀 🚀

This commit is contained in:
Abhishek Kumar 2025-09-09 14:37:32 +05:30
commit 4f2a629340
444 changed files with 76863 additions and 0 deletions

View 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