6 lines
178 B
JSON
6 lines
178 B
JSON
{
|
|
"*.sh": "shellcheck",
|
|
".husky/*": "shellcheck",
|
|
"!*.{sh,md}": "prettier --cache --ignore-unknown --write",
|
|
"*.md": ["markdownlint --fix", "prettier --cache --write"]
|
|
}
|