Skip to content

Commit 180f821

Browse files
committed
Fix invalid tslint.json path
1 parent 3445cff commit 180f821

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,5 +1,5 @@
11
{
2-
"extends": "./__tests__/tslint.json",
2+
"extends": "./test/tslint.json",
33
"rules": {
44
"arrow-parens": [true, "ban-single-arg-parens"],
55
"import-spacing": true,

0 commit comments

Comments
 (0)