mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
chore(markdownlint): add initial configuration file
This commit is contained in:
parent
d81ba5e977
commit
6a2b7037c9
1 changed files with 9 additions and 0 deletions
9
.markdownlint.json
Normal file
9
.markdownlint.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD013": false,
|
||||
"MD033": false,
|
||||
"MD041": false,
|
||||
"no-inline-html": false,
|
||||
"line-length": false,
|
||||
"first-line-heading": false
|
||||
}
|
||||
Loading…
Reference in a new issue