Refactor project structure

This commit is contained in:
Thomas Nordquist
2019-04-07 20:16:48 +02:00
parent 16c72fa9be
commit e2c60cca64
44 changed files with 306 additions and 529 deletions

View File

@@ -10,6 +10,8 @@
"indent": [true, "spaces", 2],
"import-name": false,
"no-submodule-imports": false,
"array-type": [true, "generic"],
"prefer-array-literal": false,
"variable-name": [true, "ban-keywords", "check-format", "allow-pascal-case"],
"trailing-comma": [
true,