markdownlint-rule-relative-.../.lintstagedrc.json

7 lines
213 B
JSON
Raw Permalink Normal View History

2023-01-02 15:23:16 +01:00
{
"*": ["editorconfig-checker"],
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"],
"*.{json,jsonc,yml,yaml}": ["prettier --write"],
"*.{md,mdx}": ["prettier --write", "markdownlint-cli2 --fix"]
}