kiva / protocol-common

Shared code across the various protocol microservices
Apache License 2.0
10 stars 3 forks source link

Migrate from TSLint to ESLint #68

Closed natesulat closed 2 years ago

natesulat commented 2 years ago

Because TSLint is now deprecated in favor of ESLint, we should migrate to use ESLint.

We may be able to do this quickly by using https://github.com/typescript-eslint/tslint-to-eslint-config.