layui/.lintstagedrc

4 lines
127 B
Plaintext
Raw Normal View History

2021-09-27 06:09:33 +08:00
{
"*.{ts,vue,js,tsx,jsx}": ["prettier --write --no-verify ", "eslint --fix"],
"*.{html,css,md,json}": "prettier --write",
}