Skip to content

Commit 136b354

Browse files
author
Piotr Puszkiewicz
committed
move to tslint-no-unused-expression-chai
The package was already installed, but not used. This makes our tests that use chai.should() pass tslint checks
1 parent 0879307 commit 136b354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rules": {
3-
"no-unused-expression-chai": true,
3+
"tslint-no-unused-expression-chai": true,
44
"no-unused-variable": true,
55
"no-duplicate-variable": true,
66
"no-var-keyword": true,

0 commit comments

Comments
 (0)