Update dependencies: @types/node to 12.7.11, browserify to 16.5.0, eslint to 6.5.1, markdownlint-rule-helpers to 0.4.0, rimraf to 3.0.0, typescript to 3.6.3.

This commit is contained in:
David Anson 2019-10-03 20:53:54 -07:00
parent 17487dd105
commit dc39509f25
3 changed files with 16 additions and 15 deletions

View file

@ -14,6 +14,7 @@
"complexity": "off",
"dot-location": ["error", "property"],
"func-style": ["error", "declaration"],
"function-call-argument-newline": "off",
"function-paren-newline": "off",
"global-require": "off",
"id-length": "off",