Skip to content

Commit 0992c4d

Browse files
committed
Adjust a couple of tslint rules
1 parent 35e0b91 commit 0992c4d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

tslint.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@
5959
"no-empty": false,
6060
"no-empty-interface": true,
6161
"no-eval": true,
62-
"no-inferrable-types": [
63-
true,
64-
"ignore-params"
65-
],
62+
"no-inferrable-types": false,
6663
"no-misused-new": true,
6764
"no-non-null-assertion": true,
6865
"no-redundant-jsdoc": true,
@@ -76,13 +73,7 @@
7673
"no-use-before-declare": true,
7774
"no-var-keyword": true,
7875
"object-literal-sort-keys": false,
79-
"one-line": [
80-
true,
81-
"check-open-brace",
82-
"check-catch",
83-
"check-else",
84-
"check-whitespace"
85-
],
76+
"one-line": false,
8677
"prefer-const": true,
8778
"quotemark": [
8879
true,

0 commit comments

Comments
 (0)