5 lines
99 B
JSON
5 lines
99 B
JSON
{
|
|
"*.sh": "shellcheck",
|
|
".husky/*": "shellcheck",
|
|
"*": "prettier --ignore-unknown --write"
|
|
}
|