Skip to content

Commit da038e5

Browse files
committed
fixed tslint
1 parent f4e706e commit da038e5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tslint.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"align": [
44
true,
55
"parameters",
6-
"arguments",
76
"statements"
87
],
98
"ban": false,
@@ -19,7 +18,7 @@
1918
true,
2019
"spaces"
2120
],
22-
"interface-name": false,
21+
"interface-name": [false],
2322
"jsdoc-format": true,
2423
"label-position": true,
2524
"label-undefined": true,
@@ -56,10 +55,10 @@
5655
"no-require-imports": true,
5756
"no-string-literal": true,
5857
"no-switch-case-fall-through": true,
59-
"trailing-comma": {
58+
"trailing-comma": [true, {
6059
"singleline": "never",
6160
"multiline": "always"
62-
},
61+
}],
6362
"no-trailing-whitespace": true,
6463
"no-unreachable": true,
6564
"no-unused-expression": true,

0 commit comments

Comments
 (0)