CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
71 stars 66 forks source link

Migrate to ESLint #1247

Closed cheehongw closed 2 months ago

cheehongw commented 4 months ago

Is your feature request related to a problem? Please describe.

TSLint has been deprecated in favor of ESLint. We should look into migrating away from TSLint to reduce tech debt as well.

PS ..\CATcher> npm i
npm WARN deprecated tslint@6.1.3: TSLint has been deprecated in favor of ESLint. Please see https://github.com/palantir/tslint/issues/4534 for more information.

Describe the solution you'd like

Use ESLint / whatever the state-of-the-art is instead of TSLint. As part of the migration, you should