Files
banu-front/.lintstagedrc.json
T
sajjadtalkhabi 3f3c66a02d fix: test
2026-05-28 15:40:22 +03:30

5 lines
71 B
JSON

{
"*.{js,vue}": "eslint --fix",
"*.scss": "prettier --write"
}