mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
6 lines
140 B
JSON
6 lines
140 B
JSON
|
{
|
||
|
"*.md": "markdownlint-cli2-fix",
|
||
|
"**/*.{ts,js,mjs,cjs}": "eslint --cache --fix",
|
||
|
"*": "prettier --cache --ignore-unknown --write"
|
||
|
}
|