Merge branch 'develop' into allow-config-function

* develop:
  chore: update auto format config
This commit is contained in:
Joe Pea 2020-06-12 21:37:46 -07:00
commit 8f3f263cee
2 changed files with 641 additions and 945 deletions

1579
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -54,10 +54,7 @@
}
},
"lint-staged": {
"*.js": [
"npm run fixlint",
"git add"
]
"*.js": "eslint --fix"
},
"dependencies": {
"marked": "^0.7.0",
@ -86,7 +83,7 @@
"husky": "^3.1.0",
"jsdom": "^16.2.2",
"lerna": "^3.17.0",
"lint-staged": "^9.5.0",
"lint-staged": "^10.1.2",
"live-server": "^1.2.1",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",