webapp/.lintstagedrc

7 lines
173 B
Plaintext
Raw Normal View History

2022-09-09 11:53:35 +00:00
{
"*.{js,ts,tsx,json,scss,css,html,astro}": "prettier --write",
"package.json": "sort-package-json",
"*.{scss,css}": "stylelint",
"*.{ts,tsx,js}": "eslint --fix",
}