Better migration locking behaviour

This commit is contained in:
2019-10-22 13:41:21 +02:00
parent 5aced1b8b1
commit 6ab4c1e4d3
6 changed files with 32 additions and 2 deletions

View File

@@ -12,7 +12,8 @@
"@kredens"
],
"no-implicit-dependencies": [true, ["@kredens"]],
"object-literal-sort-keys": [true, "match-declaration-order-only", "shorthand-first"]
"object-literal-sort-keys": [true, "match-declaration-order-only", "shorthand-first"],
"max-classes-per-file": false
},
"rulesDirectory": []
}