mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-03 20:11:30 +01:00
5 lines
121 B
JSON
5 lines
121 B
JSON
{
|
|
"**/*": ["prettier --write --ignore-unknown", "editorconfig-checker"],
|
|
"*.{md,mdx}": ["markdownlint-cli2 --fix"]
|
|
}
|