webapp/.lintstagedrc.bak

7 lines
174 B
Plaintext
Raw Normal View History

2022-10-25 15:44:31 +00:00
{
2023-11-04 15:37:28 +00:00
"*.{js,mjs,ts,tsx,json,scss,css,html}": "prettier --write",
2022-10-25 15:44:31 +00:00
"package.json": "sort-package-json",
"*.{scss,css}": "stylelint",
2023-11-04 15:37:28 +00:00
"*.{ts,tsx,js,mjs}": "eslint --fix"
2022-10-25 15:44:31 +00:00
}