alfresco-ng2-components/.lintstagedrc.json
Denys Vuika dbe33e9a58
[ACS-7357] pre-commit linting for code and styles (#9472)
* chore: enable lint-staged and prettier for pre-commit

* testing hook

* update linting config

* cleanup
2024-03-25 13:23:19 -04:00

5 lines
103 B
JSON

{
"*.{ts,js}": ["prettier --write", "eslint"],
"*.{css,scss}": ["prettier --write", "stylelint"]
}