Convert ext options to typescript

This commit is contained in:
hensm
2019-02-27 16:32:04 +00:00
parent 3ea943c509
commit 7eaa97a556
9 changed files with 566 additions and 447 deletions

View File

@@ -13,6 +13,7 @@
"limit": 80
, "ignore-pattern": "//|.*\";$"
}]
, "member-access": [ true, "no-public" ]
, "no-console": [ true, "log" ]
, "no-namespace": [ true, "allow-declarations" ]
, "object-literal-sort-keys": false