Devsoc-BPGC / pmt-backend

Official repo for DevSoc Project Mgt Tool (Mello). Join the Slack channel to contact us
MIT License
1 stars 11 forks source link

Migrating from TSLint to ESLint #67

Closed Sarvesh67 closed 3 years ago

Sarvesh67 commented 3 years ago
  1. Migrated to best fit rules from TSLint to ESLint.
  2. Removed TSLint.

Pull request checklist

Please check if your PR :rocket: fulfills the following requirements:

Pull request type

Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [x] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] Documentation content changes - [ ] Other (please describe): ## What is the current behavior? Linting is done using TSLint, which has been deprecated.

Fixes #66

What is the new behavior?

Does this introduce a breaking change?