Skip to content

Commit fb9247e

Browse files
committed
update tslint rules
1 parent d39b3ed commit fb9247e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tslint.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
],
2020
"member-access": true,
2121
"member-ordering": [
22-
true,
23-
{
22+
true, {
2423
"order": [
2524
"static-field",
2625
"instance-field",
@@ -52,6 +51,8 @@
5251
"no-switch-case-fall-through": false,
5352
"no-trailing-whitespace": true,
5453
"no-unused-expression": true,
54+
"no-unused-variable": true,
55+
"no-unreachable": true,
5556
"no-use-before-declare": true,
5657
"no-var-keyword": true,
5758
"object-literal-sort-keys": true,
@@ -80,8 +81,7 @@
8081
"allow-null-check"
8182
],
8283
"typedef-whitespace": [
83-
true,
84-
{
84+
true, {
8585
"call-signature":"nospace",
8686
"index-signature":"nospace",
8787
"parameter":"nospace",

0 commit comments

Comments
 (0)