marko/.lintstagedrc.json
2024-01-31 11:22:09 -07:00

6 lines
209 B
JSON

{
"$schema": "https://json.schemastore.org/lintstagedrc.schema.json",
"*.{ts,js}": ["eslint --fix", "prettier --write --with-node-modules"],
"*.{json,md,css}": ["prettier --write --with-node-modules"]
}