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