Update dependencies

This commit is contained in:
Thomas Oberndörfer
2019-08-09 14:45:50 +02:00
parent 93af442fff
commit 665708dbb9
4 changed files with 185 additions and 117 deletions

View File

@@ -15,6 +15,7 @@
/* possible errors */
"no-console": 0,
"no-empty": ["error", { "allowEmptyCatch": true }], // disallow empty block statements
"require-atomic-updates": 0, // disallow assignments that can lead to race conditions due to usage of await or yield
/* best practices */
"curly": 2, // enforce consistent brace style for all control statements
"no-return-await": 2, // disallows unnecessary return await