Upgrade dependecies

This commit is contained in:
Thomas Nordquist
2019-04-07 20:01:04 +02:00
parent 8571d97182
commit 16c72fa9be
7 changed files with 418 additions and 442 deletions

View File

@@ -9,6 +9,7 @@
"jsx-no-lambda": false,
"indent": [true, "spaces", 2],
"import-name": false,
"no-submodule-imports": false,
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
"trailing-comma": [
true,