mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
11 lines
271 B
JSON
11 lines
271 B
JSON
{
|
|
"*": ["editorconfig-checker"],
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"prettier --write",
|
|
"eslint --fix",
|
|
"jest --findRelatedTests"
|
|
],
|
|
"*.{css,scss,sass,json,jsonc,yml,yaml}": ["prettier --write"],
|
|
"*.{md,mdx}": ["prettier --write", "markdownlint --dot --fix"]
|
|
}
|