DataBiosphere / job-manager

Job Manager API and UI for interacting with asynchronous batch jobs and workflows.
BSD 3-Clause "New" or "Revised" License
26 stars 5 forks source link

[WX-922] Fix developer tooling for JM #776

Closed JVThomas closed 1 year ago

JVThomas commented 1 year ago

Addresses WX-922

PR aims to restore linting and type checking for code editors and CircleCI jobs to improve developer coding experience. This is done by swapping out TSLint (deprecated) with ESLint (industry standard) for style linting and by using tsc for type checking