webapp/.lintstagedrc
2022-10-25 17:44:31 +02:00

4 lines
61 B
Plaintext

{
"*.{js,ts,tsx,json,scss,css,html}": "prettier --write"
}