Skip to content

Commit af4717d

Browse files
committed
tslint fix
1 parent 89da189 commit af4717d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tslint.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
"no-parameter-reassignment": true,
55
"no-shadowed-variable": true,
66
"max-line-length": [true, 100],
7-
"max-file-line-count": [true, 300],
87
"ter-indent": [true, 2],
98
"space-before-function-paren": [true, {
109
"anonymous": "always",
1110
"named": "never",
1211
"asyncArrow": "always"
1312
}]
1413
}
15-
}
14+
}

0 commit comments

Comments
 (0)