Defines certain rules for markdown linting such as the allowed usage of `<br>` elements, etc.pull/1/head
parent
47663c0ed8
commit
7c325856c7
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"default": true,
|
||||||
|
"line-length": {
|
||||||
|
"line_length": 100,
|
||||||
|
"tables": false
|
||||||
|
},
|
||||||
|
"no-inline-html": {
|
||||||
|
"allowed_elements": ["br"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue