renovate/.lintstagedrc.json
Shubham 339acee24e
build(deps): replace pretty-quick with lint-staged (#19388)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-01-06 09:05:28 +00:00

5 lines
140 B
JSON

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