Convert ext lib to typescript

This commit is contained in:
hensm
2019-02-27 16:46:09 +00:00
parent 7eaa97a556
commit 8cef999afb
6 changed files with 58 additions and 31 deletions

View File

@@ -11,7 +11,7 @@
, "max-classes-per-file": false
, "max-line-length": [ true, {
"limit": 80
, "ignore-pattern": "//|.*\";$"
, "ignore-pattern": "//|.*(\"|`);?$"
}]
, "member-access": [ true, "no-public" ]
, "no-console": [ true, "log" ]