fix(core): update

This commit is contained in:
2019-05-10 16:55:39 +02:00
parent 4fdc985461
commit 11bb21e0e0
8 changed files with 879 additions and 330 deletions

View File

@@ -1,3 +1,17 @@
{
"extends": "tslint-config-standard"
}
"extends": ["tslint:latest", "tslint-config-prettier"],
"rules": {
"semicolon": [true, "always"],
"no-console": false,
"ordered-imports": false,
"object-literal-sort-keys": false,
"member-ordering": {
"options":{
"order": [
"static-method"
]
}
}
},
"defaultSeverity": "warning"
}