synclounge/.lintstagedrc

5 lines
57 B
Plaintext
Raw Normal View History

{
"*.{js,jsx,vue}": [
"npm run lint -- --fix"
]
}