[ACS-4014] Fix pre-commit hook for ACA (#2791)

This commit is contained in:
MichalKinas
2022-11-18 10:52:44 +01:00
committed by GitHub
parent 0868d99208
commit bfe202fd09
3 changed files with 10 additions and 12 deletions

4
.lintstagedrc.json Normal file
View File

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