-
Couldn't load subscription status.
- Fork 11
Closed
Description
This issue contributes to #157
A TSLint configuration file is present in the repo tslint.json. However TSLint is not installed in package.json and there are no scripts to run it.
Executing npx tslint --project . reports over 400 errors.
TSLint was deprecated in 2019 in favor of ESLint which is the current recommendation for TypeScript linting.
AC for this issue:
- Upgrade the linter from TSLint to ESLint
- ESlint is installed with package.json
- Add a script for running the linter e.g.
npm run lint - Base initial linting rules on the current
tslint.json(the rules can be reviewed/revised later) - Resolve all linting errors.
Metadata
Metadata
Assignees
Labels
No labels