mento-protocol / mento-sdk

An SDK for integrating applications with the Mento protocol
MIT License
1 stars 3 forks source link

Set up eslint rules in SDK repo #18

Open bowd opened 1 year ago

bowd commented 1 year ago

Description

Currently there are no typescript linting rules enforced in the SDK repo. Let's enforce some reasonable lints :)

Reasonable set of typescript eslint rules from Rossi at Hyperlane: https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/.eslintrc

Initial reference: https://github.com/mento-protocol/mento-sdk/pull/2#discussion_r1084398819

Acceptance Criteria