webapp/.lintstagedrc

5 lines
100 B
Plaintext
Raw Normal View History

2022-09-09 11:53:35 +00:00
{
2022-10-31 13:45:38 +00:00
"*.{js,ts,tsx,json,scss,css,html}": "prettier --write",
"package.json": "sort-package-json"
2022-09-09 11:53:35 +00:00
}