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

5 lines
135 B
JSON
Raw Normal View History

{
2023-12-28 06:21:24 +01:00
"**/*": ["prettier --write --ignore-unknown", "editorconfig-checker"],
2024-01-23 22:01:50 +01:00
"**/*.{md,mdx}": ["markdownlint-cli2 --fix --no-globs"]
}