merge v2-prototype

This commit is contained in:
Fabio Berger
2018-06-06 12:31:30 +02:00
71 changed files with 1258 additions and 3864 deletions

View File

@@ -7,6 +7,7 @@
"async-suffix": true,
"boolean-naming": true,
"no-switch-case-fall-through": true,
"switch-default": true,
"await-promise": true,
"custom-no-magic-numbers": [true, 0, 1, 2, 3, -1],
"binary-expression-operand-order": true,