2024-DEV-BUT3/.lintstagedrc.json

4 lines
39 B
JSON
Raw Normal View History

2024-03-27 10:51:41 +01:00
{
"*.{js,jsx}": "prettier --write"
}