Remove some annoying tslint rules
This commit is contained in:
10
tslint.json
10
tslint.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user