webapp/.lintstagedrc

4 lines
61 B
Plaintext
Raw Normal View History

2022-09-09 11:53:35 +00:00
{
2022-10-25 15:44:31 +00:00
"*.{js,ts,tsx,json,scss,css,html}": "prettier --write"
2022-09-09 11:53:35 +00:00
}