Remove some annoying tslint rules

This commit is contained in:
Farkas József
2016-12-18 14:42:54 +01:00
parent 4700391b67
commit a64247469e

View File

@@ -13,7 +13,6 @@
"no-construct": true,
"no-duplicate-variable": true,
"no-eval": true,
"no-null-keyword": true,
"no-shadowed-variable": true,
"no-switch-case-fall-through": true,
"no-unused-expression": true,
@@ -47,8 +46,7 @@
],
"comment-format": [
true,
"check-space",
"check-uppercase"
"check-space"
],
"no-consecutive-blank-lines": true,
"one-line": [
@@ -56,12 +54,6 @@
"check-open-brace",
"check-whitespace"
],
"ordered-imports": [
true,
{
"named-imports-order": "lowercase-last"
}
],
"quotemark": [
true,
"single"