mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
5 lines
128 B
JSON
5 lines
128 B
JSON
{
|
|
"*.{ts, js, html}": ["prettier --single-quote --write", "eslint"],
|
|
"*.{css, scss}": ["prettier --single-quote --write"]
|
|
}
|