Files
nym/lerna.json
T
Mark Sinclair 86e9463c42 Typescript: fix eslint errors and add GitHub Action for linting (#2886)
* Fix eslint errors

* GitHub Actions: add Typescript project linting

* Fix dependency

* Revert changes and exclude rule

Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com>
2023-01-20 18:17:15 +00:00

10 lines
128 B
JSON

{
"packages": [
"ts-packages/*",
"nym-wallet",
"nym-connect",
"sdk/typescript/**"
],
"version": "0.0.0"
}