tiny-vue/.lintstagedrc.json

5 lines
101 B
JSON

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