1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-09 17:45:53 +02:00
.profile/.lintstagedrc.json

5 lines
121 B
JSON

{
"**/*": ["prettier --write --ignore-unknown", "editorconfig-checker"],
"*.{md,mdx}": ["markdownlint-cli2 --fix"]
}