issues
search
interledgerjs
/
ilp-plugin-btp
This has been moved to the monorepo https://github.com/interledgerjs/interledgerjs
8
stars
7
forks
source link
chore: update repo to use jest/eslint, latest typescript etc
#72
Closed
Danisco212
closed
1 year ago
Danisco212
commented
2 years ago
[x] Update the repo dependencies
[x] Replace mocha with Jest
[x] be
sure
all files are tested, xxSpec.ts, x.test.ts
https://github.com/interledgerjs/ilp-plugin-btp/commit/5a11e86d9b116bac62b36729b3bd6ccd3cba17a3
https://github.com/interledgerjs/ilp-plugin-btp/commit/b1c7b174bcba3d5856a45d0207f557f0b89df7a7
Seems like this plugin was extracted from / evolved from PluginPaymentChannel (payment-channel-framework)
[x] delete the unused tests
[x] Replace tslint with eslint
[x] Use
warn
for broken eslint rule overrides, rather than off
[x] Make sure npm run build works
[x] Add prettier (replace standard badge in README.md with prettier)
warn
for broken eslint rule overrides, rather than off