- Linting (Markdown): Fix linting format

- Linting (HTML): Add linting file
This commit is contained in:
Brett Zamir
2018-10-19 15:19:18 +08:00
parent 6617110d76
commit 253732025a
5 changed files with 882 additions and 8 deletions

View File

@@ -1,10 +1,5 @@
{
"plugins": {
"lint": {
"ordered-list-marker-value": "one",
"no-missing-blank-lines": false,
"list-item-spacing": false,
"list-item-indent": false
}
"lint-ordered-list-marker-value": "one"
}
}