tools: add remark-lint configuration in .remarkrc · nodejs/node@d997448

1+

{

2+

"plugins": {

3+

"remark-lint": {

4+

"code-block-style": false,

5+

"definition-case": false,

6+

"emphasis-marker": false,

7+

"first-heading-level": false,

8+

"heading-increment": false,

9+

"list-item-content-indent": false,

10+

"list-item-bullet-indent": false,

11+

"list-item-indent": false,

12+

"list-item-spacing": false,

13+

"maximum-heading-length": false,

14+

"maximum-line-length": false,

15+

"no-consecutive-blank-lines": false,

16+

"no-duplicate-headings": false,

17+

"no-emphasis-as-heading": false,

18+

"no-file-name-articles": false,

19+

"no-file-name-irregular-characters": false,

20+

"no-heading-punctuation": false,

21+

"no-html": false,

22+

"no-inline-padding": false,

23+

"no-shell-dollars": false,

24+

"no-shortcut-reference-link": false,

25+

"no-literal-urls": false,

26+

"no-missing-blank-lines": false,

27+

"no-multiple-toplevel-headings": false,

28+

"no-undefined-references": false,

29+

"ordered-list-marker-style": false,

30+

"ordered-list-marker-value": false,

31+

"table-pipe-alignment": false,

32+

"unordered-list-marker-style": false

33+

}

34+

}

35+

}