Updated tslint

This commit is contained in:
Kasra Bigdeli
2020-06-24 08:21:34 -04:00
parent d6b680ec9a
commit 29b159bef7

View File

@@ -7,15 +7,6 @@
"no-var-keyword": true,
"quotemark": [true, "single", "avoid-escape"],
"semicolon": [true, "never", "ignore-bound-class-methods"],
"whitespace": [
true,
"check-branch",
"check-decl",
"check-operator",
"check-module",
"check-separator",
"check-type"
],
"typedef-whitespace": [
true,
{
@@ -36,7 +27,6 @@
"no-internal-module": true,
"no-trailing-whitespace": true,
"no-null-keyword": true,
//"prefer-const": true,
"jsdoc-format": true
}
}