scoutapp / scout_apm_node

ScoutAPM Agent for NodeJS. Supports Express and other frameworks
https://scoutapm.com
Other
8 stars 9 forks source link

Introduce ESLint instead of TSLint #282

Closed kaorun343 closed 2 years ago

kaorun343 commented 3 years ago

TSLint has been deprecated as of 2019, so I introduced ESLint instead of TSLint.

In order not to change the current source codes, I disabled several rules (please refer to rules section in .eslintrc.js ). I only removed some comments which disables TSLint.

kaorun343 commented 2 years ago

Please review this PR.

kaorun343 commented 2 years ago

Please review this PR 👍