mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
5 lines
95 B
JSON
5 lines
95 B
JSON
{
|
|
"*.{ts,js}": ["prettier", "eslint"],
|
|
"*.{css,scss}": ["prettier --write", "stylelint"]
|
|
}
|