Skip to content

Commit

Permalink
[ACS-4951] fix pre-commit linting (#3089)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored Mar 26, 2023
1 parent 5f05499 commit d948921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit d948921

Please sign in to comment.