Skip to content

Commit 8161e67

Browse files
committed
Removed no trailing comma from tslint. Closes auth0-blog#55.
1 parent 7f9b43d commit 8161e67

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
@@ -20,7 +20,6 @@
2020
"no-duplicate-variable": true,
2121
"no-empty": false,
2222
"no-eval": true,
23-
"no-trailing-comma": true,
2423
"no-trailing-whitespace": true,
2524
"no-unused-expression": true,
2625
"no-unused-variable": false,
@@ -52,4 +51,4 @@
5251
"check-type"
5352
]
5453
}
55-
}
54+
}

0 commit comments

Comments
 (0)