[ACS-4951] fix pre-commit linting (#3089)

This commit is contained in:
Denys Vuika 2023-03-26 06:40:21 -04:00 committed by GitHub
parent 5f05499224
commit d9489214a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{
"*.{ts, js, html}": ["prettier --single-quote --write", "eslint"],
"*.{css, scss}": ["prettier --single-quote --write"]
"*.{ts,js}": ["prettier", "eslint"],
"*.{css,scss}": ["prettier --write", "stylelint"]
}