anvil/striker-ui/.lintstagedrc.json

5 lines
99 B
JSON
Raw Normal View History

2021-02-16 22:50:01 +00:00
{
"!(out/**/*)*.{js,jsx,ts,tsx}": "npm run lint -- --fix",
2021-02-16 22:50:01 +00:00
"*.{json,md}": "prettier --write"
}