7 lines
208 B
JSON
7 lines
208 B
JSON
|
{
|
||
|
"*": ["editorconfig-checker"],
|
||
|
"*.{js,jsx,ts,tsx}": ["prettier --write", "eslint --fix"],
|
||
|
"*.{json,jsonc,yml,yaml}": ["prettier --write"],
|
||
|
"*.md": ["prettier --write", "markdownlint --dot --fix"]
|
||
|
}
|