Skip to content

Commit d144f6e

Browse files
committed
build: disable some tslint check which are handled by prettier
1 parent 79a38cd commit d144f6e

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

tslint.json

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,7 @@
3333
"no-inferrable-types": false,
3434
"no-string-literal": false,
3535
"quotemark": [ true, "single" ],
36-
"typedef-whitespace": [
37-
true,
38-
{
39-
"call-signature": "nospace",
40-
"index-signature": "nospace",
41-
"parameter": "nospace",
42-
"property-declaration": "nospace",
43-
"variable-declaration": "nospace"
44-
},
45-
{
46-
"call-signature": "onespace",
47-
"index-signature": "onespace",
48-
"parameter": "onespace",
49-
"property-declaration": "onespace",
50-
"variable-declaration": "onespace"
51-
}
52-
],
5336
"variable-name": [true, "ban-keywords", "check-format"],
54-
"whitespace": [
55-
true,
56-
"check-branch",
57-
"check-decl",
58-
"check-operator",
59-
"check-separator",
60-
"check-type"
61-
],
6237
"directive-selector": [
6338
true,
6439
"attribute",
@@ -70,7 +45,8 @@
7045
"element",
7146
"",
7247
"kebab-case"
73-
]
48+
],
49+
"no-trailing-whitespace": false
7450
},
7551
"rxjs-no-add": {
7652
"severity": "error"

0 commit comments

Comments
 (0)