allen-cell-animated / agave

Other
33 stars 5 forks source link

better typescript and naming for the webclient api #117

Closed toloudis closed 1 year ago

toloudis commented 1 year ago
  1. Rename api calls to be camelCase for js/ts rather than snake_case as a Python remnant.
  2. Better typing across the board, removing the use of any, etc.
  3. add eslint so that npm run lint works.