mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
8 lines
241 B
JSON
8 lines
241 B
JSON
{
|
|
"*": ["editorconfig-checker"],
|
|
"*.{js,ts,jsx,tsx}": ["prettier --write", "eslint --fix"],
|
|
"*.{css,yml,json}": ["prettier --write"],
|
|
"*.{md}": ["prettier --write", "markdownlint --dot --fix"],
|
|
"./Dockerfile": ["dockerfilelint"]
|
|
}
|