answer/ui/.lintstagedrc.json

6 lines
192 B
JSON
Raw Normal View History

2022-09-27 17:59:05 +08:00
{
2022-11-21 18:15:46 +08:00
"*.{js,jsx,ts,tsx}": ["eslint --cache --fix", "git add"],
"*.{js,jsx,scss,md,json}": ["prettier --write", "git add"],
"*.ts?(x)": ["prettier --parser=typescript --write", "git add"]
2022-09-27 17:59:05 +08:00
}