oysterprotocol / webinterface

Web interface that enables a user to upload a file via the Oyster Protocol
GNU General Public License v3.0
35 stars 5 forks source link

[All JS Repos] Standardize on static typing or eslint #177

Closed AaronVasquez closed 6 years ago

AaronVasquez commented 6 years ago

As our codebase and engineering team grows, we need more safety and documentation of our code. We should decide on standard tooling for all our JS Repos.

Tools to consider:

MutsiMutsi commented 6 years ago

@AaronVasquez Swagger for API

MutsiMutsi commented 6 years ago

@AaronVasquez Typescript + Jenkins + TSLint

AaronVasquez commented 6 years ago

We have decided on Typescript for static typing and will start off with the default TSLint config, which we may or may not tweak depending on our preferences.

See our doc for a detailed discussion: https://docs.google.com/document/d/1uvjFlwcjTGR474BXAVmBb4sSNiz2ptd2rh4V_SIAyzo/edit?usp=sharing

AaronVasquez commented 6 years ago

This is being tracked with separate issues.