cullmann.io/themes/CodeIT/.lintstagedrc

4 lines
50 B
Plaintext
Raw Normal View History

2021-02-18 22:21:36 +01:00
{
"**/*.{js,css,scss,md}": "prettier --write"
}