renovate/.lintstagedrc.json

6 lines
140 B
JSON
Raw Normal View History

{
"*.md": "markdownlint-cli2-fix",
"**/*.{ts,js,mjs,cjs}": "eslint --cache --fix",
"*": "prettier --cache --ignore-unknown --write"
}