standard-readme/.remarkrc

13 lines
223 B
Plaintext
Raw Normal View History

2015-12-27 21:02:17 +00:00
{
"plugins": {
2016-05-13 19:30:44 +00:00
"remark-title": {},
"lint": {
"no-multiple-toplevel-headings": true,
"list-item-indent": false,
"maximum-line-length": false
2015-12-27 21:02:17 +00:00
}
2016-05-13 19:30:44 +00:00
},
"settings": {
"commonmark": true
2015-12-27 21:02:17 +00:00
}
2016-05-13 19:30:44 +00:00
}