mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-09-01 18:57:13 +00:00
Add linting for markdown files (#3646)
I also reworked the Linters section in `CONTRIBUTING.md` a bit and switched the `prettier` config to a flat config. Co-authored-by: Veeck <github@veeck.de>
This commit is contained in:
committed by
GitHub
parent
19bd76ab93
commit
5b7b76c877
6
.markdownlint.json
Normal file
6
.markdownlint.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"line_length": false,
|
||||
"no-duplicate-heading": false,
|
||||
"no-inline-html": false,
|
||||
"no-trailing-punctuation": false
|
||||
}
|
Reference in New Issue
Block a user