Files
LangBot/web_ui/.lintstagedrc.json
Lightwing 8d37447146 feat: notification and spinning display step 1 (#1345)
* feat: notification and loading display step 1

* chore: linter with husky and prettier, specifying rules needed
2025-04-28 13:55:12 +08:00

3 lines
75 B
JSON

{
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix", "eslint"]
}