We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e0b91 commit 0992c4dCopy full SHA for 0992c4d
tslint.json
@@ -59,10 +59,7 @@
59
"no-empty": false,
60
"no-empty-interface": true,
61
"no-eval": true,
62
- "no-inferrable-types": [
63
- true,
64
- "ignore-params"
65
- ],
+ "no-inferrable-types": false,
66
"no-misused-new": true,
67
"no-non-null-assertion": true,
68
"no-redundant-jsdoc": true,
@@ -76,13 +73,7 @@
76
73
"no-use-before-declare": true,
77
74
"no-var-keyword": true,
78
75
"object-literal-sort-keys": false,
79
- "one-line": [
80
81
- "check-open-brace",
82
- "check-catch",
83
- "check-else",
84
- "check-whitespace"
85
+ "one-line": false,
86
"prefer-const": true,
87
"quotemark": [
88
true,
0 commit comments