mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* chore: enable lint-staged and prettier for pre-commit * testing hook * update linting config * cleanup
5 lines
103 B
JSON
5 lines
103 B
JSON
{
|
|
"*.{ts,js}": ["prettier --write", "eslint"],
|
|
"*.{css,scss}": ["prettier --write", "stylelint"]
|
|
}
|