webapp/.lintstagedrc

7 lines
166 B
Plaintext
Raw Normal View History

2022-09-09 11:53:35 +00:00
{
2022-09-14 11:28:43 +00:00
"*.{js,ts,tsx,json,scss,css,html}": "prettier --write",
2022-09-09 11:53:35 +00:00
"package.json": "sort-package-json",
"*.{scss,css}": "stylelint",
2022-10-07 08:04:26 +00:00
"*.{ts,tsx,js}": "eslint --fix"
2022-09-09 11:53:35 +00:00
}