cookie-dialog-monster/.lintstagedrc

4 lines
93 B
Plaintext
Raw Normal View History

{
2024-02-16 08:23:26 +00:00
"packages/**/*.{js,ts}": ["prettier --loglevel=silent --write", "bash -c 'yarn lint'"]
}