PR aims to restore linting and type checking for code editors and CircleCI jobs to improve developer coding experience. This is done by swapping out TSLint (deprecated) with ESLint (industry standard) for style linting and by using tsc for type checking
Addresses WX-922
PR aims to restore linting and type checking for code editors and CircleCI jobs to improve developer coding experience. This is done by swapping out
TSLint
(deprecated) withESLint
(industry standard) for style linting and by usingtsc
for type checking