Choices/.huskyrc
Konstantin Vyatkin 472e0dff39 [Tooling] use lint-stagged and unleash full Prettier (#692)
* switch to lint-stagged

* separate prettier config into external file

* recommend and configure VSCode extensions
2019-10-24 18:13:06 +01:00

7 lines
71 B
Plaintext

{
"skipCI": true,
"hooks": {
"pre-commit": "lint-staged"
}
}