hypertrace-ui
hypertrace-ui copied to clipboard
Upgrade tslint to typescript-eslint
trafficstars
Use Case
TSLint has been deprecated as of 2019.
Proposal
All usage of TSLint should be replaced with TypeScript ESLint as recommended by the TSLint docs.
Use cases:
no-duplicate-importsneeds to be replaced with import/no-duplicates so we can import types separately.