mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 08:36:26 +00:00
339acee24e
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
5 lines
140 B
JSON
5 lines
140 B
JSON
{
|
|
"*.md": "markdownlint-cli2-fix",
|
|
"**/*.{ts,js,mjs,cjs}": "eslint --cache --fix",
|
|
"*": "prettier --cache --ignore-unknown --write"
|
|
}
|