Skip to content

Commit 1055c64

Browse files
committed
Updated sources
1 parent f8d39d4 commit 1055c64

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"mocha": "^10.2.0",
4747
"ts-node": "^8.6.2",
4848
"tslint": "^5.17.0",
49-
"typescript": "^3.7.5"
49+
"typescript": "^5.1.6"
5050
}
5151
}

tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"file-header": true,
2929
"only-arrow-functions": false,
3030
"object-literal-sort-keys": false,
31-
"ordered-imports": false
31+
"ordered-imports": false,
32+
"no-shadowed-variable": false
3233
},
3334
"rulesDirectory": []
3435
}

0 commit comments

Comments
 (0)