hypertrace-ui icon indicating copy to clipboard operation
hypertrace-ui copied to clipboard

Upgrade tslint to typescript-eslint

Open cseas opened this issue 3 years ago • 1 comments
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.

cseas avatar Apr 06 '22 10:04 cseas

Use cases:

  • no-duplicate-imports needs to be replaced with import/no-duplicates so we can import types separately.

cseas avatar Aug 05 '22 04:08 cseas