mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
7 lines
197 B
JSON
7 lines
197 B
JSON
{
|
|
"*": ["editorconfig-checker"],
|
|
"*.{js,ts,jsx,tsx}": ["prettier --write", "eslint --fix"],
|
|
"*.{yml,json}": ["prettier --write"],
|
|
"*.md": ["prettier --write", "markdownlint --dot --fix"]
|
|
}
|