webapp/.lintstagedrc

5 lines
104 B
Plaintext
Raw Normal View History

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