r-util-js/.lintstagedrc.json

4 lines
50 B
JSON
Raw Normal View History

{
2023-04-20 17:38:14 +08:00
"src/*.{js,jsx,ts,tsx,vue}": "npm run lint"
}