{
"**/*": ["prettier --write --ignore-unknown", "editorconfig-checker"],
"**/*.{md,mdx}": ["markdownlint-cli2 --fix --no-globs"]
}