CoinAlpha / gateway-api

Apache License 2.0
47 stars 25 forks source link

Add ESLint #63

Closed james-hummingbot closed 3 years ago

james-hummingbot commented 3 years ago

This should have a git pre-commit that checks if the code matches the expected style or not. The developer should update the files themselves before being allowed to push.

james-hummingbot commented 3 years ago

Start with airbnb-base and make adjustments as necessary.

james-hummingbot commented 3 years ago

For QA, this PR updates and enforces the coding style with each git commit. This affects pretty much every file in the project, but it should imply no actual feature change. There is a small risk some functionality has been broken so we want to make sure that gateway behavior has not changed.

dennisocana commented 3 years ago

Linked PR has been merged and story is complete.