ripple / validator-history-service

Service for ingesting, aggregating, storing, and disbursing XRP Ledger validation related data.
ISC License
14 stars 8 forks source link

Clean up + update linters #96

Open mvadari opened 1 year ago

mvadari commented 1 year ago

There are peer dependency conflicts with the linters right now, and to run npm i you need to run it with --legacy-peer-deps.

The linter versions should be updated to the latest versions to solve this.