fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-15 10:32:31 +02:00
parent 74c60c8d4f
commit 85bee13ba9

View File

@ -1,17 +0,0 @@
{
"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"
}