hyperledger-labs / blockchain-verifier

bcverifier: Blockchain verification tool
Apache License 2.0
16 stars 8 forks source link

Use eslint instead of tslint #5

Closed shimos closed 3 years ago

shimos commented 3 years ago

As tslint is deprecated, this patch replaces tslint with eslint and typescript-eslint to lint the source files.

This also disables checks for unused variables and parameters in tsc since they are also deprecated.

Signed-off-by: Taku Shimosawa taku.shimosawa@hal.hitachi.com