forgejo-helm/.lintstagedrc.json

7 lines
178 B
JSON
Raw Permalink Normal View History

2023-12-06 13:32:09 +00:00
{
"*.sh": "shellcheck",
".husky/*": "shellcheck",
2024-02-07 11:46:49 +00:00
"!*.{sh,md}": "prettier --cache --ignore-unknown --write",
"*.md": ["markdownlint --fix", "prettier --cache --write"]
2023-12-06 13:32:09 +00:00
}