Skip to content

Commit

Permalink
Updated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
product-team committed Sep 29, 2023
1 parent f8d39d4 commit 1055c64
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"mocha": "^10.2.0",
"ts-node": "^8.6.2",
"tslint": "^5.17.0",
"typescript": "^3.7.5"
"typescript": "^5.1.6"
}
}
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"file-header": true,
"only-arrow-functions": false,
"object-literal-sort-keys": false,
"ordered-imports": false
"ordered-imports": false,
"no-shadowed-variable": false
},
"rulesDirectory": []
}

0 comments on commit 1055c64

Please sign in to comment.