lint: apply standard style

This commit is contained in:
Douglas Christopher Wilson
2019-04-21 20:41:28 -04:00
parent 2b0794ba9d
commit 394ccd4968
7 changed files with 104 additions and 106 deletions

View File

@@ -14,7 +14,9 @@
},
"eslintConfig": {
"extends": "standard",
"plugins": ["markdown"],
"plugins": [
"markdown"
],
"rules": {
"handle-callback-err": 0,
"no-undef": 0,