2024_DEV_BUT3/.lintstagedrc.json

4 lines
39 B
JSON
Raw Normal View History

2024-03-27 01:37:35 +01:00
{
"*.{js,jsx}": "prettier --write"
}