Files
semaphore/.lintstagedrc.json
2022-06-06 12:00:27 +02:00

4 lines
61 B
JSON

{
"**/*.{js,ts}": ["prettier --write", "eslint --fix"]
}