Reorganize the codebase a bit for a cleaner layout

This commit is contained in:
2019-10-26 21:17:52 +02:00
parent 64b0cdc951
commit fd264d3d41
21 changed files with 45 additions and 39 deletions

View File

@@ -4,14 +4,7 @@
"jsRules": {},
"rules": {
"interface-name": [true, "never-prefix"],
"no-submodule-imports": [
true,
"graphql/language",
"graphql/type",
"vue-loader/lib/plugin",
"@kredens"
],
"no-implicit-dependencies": [true, ["@kredens", "@kredens/frontend"]],
"no-implicit-dependencies": [true, ["@kredens"]],
"object-literal-sort-keys": [
true,
"match-declaration-order-only",