Add lint-staged

This commit is contained in:
uwap 2026-01-02 23:58:00 +01:00
parent 28d2b2d38b
commit 2375765503
15 changed files with 511 additions and 211 deletions

3
.lintstagedrc.json Normal file
View file

@ -0,0 +1,3 @@
{
"*.{js,jsx,ts,tsx}": "eslint --fix"
}