Rename .remarkrc.json -> .remarkrc and fix file

This commit is contained in:
flip1995 2020-01-21 16:32:25 +01:00
parent 20c3319961
commit 2a7a3aa946
No known key found for this signature in database
GPG key ID: 693086869D506637
2 changed files with 12 additions and 12 deletions

12
.remarkrc Normal file
View file

@ -0,0 +1,12 @@
{
"plugins": [
"remark-preset-lint-recommended",
["remark-lint-list-item-indent", false],
["remark-lint-no-literal-urls", false],
["remark-lint-no-shortcut-reference-link", false],
["remark-lint-maximum-line-length", 120]
],
"settings": {
"commonmark": true
}
}

View file

@ -1,12 +0,0 @@
{
"plugins": {
"lint": {
"table-pipes": false,
"table-pipe-alignment": false,
"maximum-line-length": 120
}
},
"settings": {
"commonmark": true
}
}