1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-04 20:41:30 +01:00
.profile/.lintstagedrc.json

5 lines
135 B
JSON

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