layui/.lintstagedrc

4 lines
127 B
Plaintext
Raw Normal View History

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