r-util-js/.lintstagedrc.json

4 lines
49 B
JSON
Raw Normal View History

{
"*.{js,jsx,ts,tsx,vue}": "npm run lint --"
}