Files
flyer-crawler.projectium.com/.lintstagedrc.json

5 lines
132 B
JSON

{
"*.{js,jsx,ts,tsx}": ["eslint --fix --no-color", "prettier --write"],
"*.{json,md,css,html,yml,yaml}": ["prettier --write"]
}