mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACS-4014] Fix pre-commit hook for ACA (#2791)
This commit is contained in:
4
.lintstagedrc.json
Normal file
4
.lintstagedrc.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"*.{ts, js, html}": ["prettier --single-quote --write", "eslint"],
|
||||
"*.{css, scss}": ["prettier --single-quote --write"]
|
||||
}
|
Reference in New Issue
Block a user