VChart/.lintstagedrc

4 lines
110 B
Plaintext
Raw Permalink Normal View History

2023-06-05 05:42:06 +00:00
{
"{packages,tools}/**/*.{ts,tsx}": ["eslint --color --fix --quiet", "prettier --write --ignore-unknown"]
}