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