mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-19 18:31:52 +00:00
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>
7 lines
119 B
JSON
7 lines
119 B
JSON
{
|
|
"line_length": false,
|
|
"no-duplicate-heading": false,
|
|
"no-inline-html": false,
|
|
"no-trailing-punctuation": false
|
|
}
|