webapp/.lintstagedrc.bak

7 lines
166 B
Plaintext
Raw Normal View History

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