You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Requirements**
- [ ] I have added test coverage for new or changed functionality
- [x] I have followed the repository's [pull request submission
guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests)
- [ ] I have validated my changes against all supported platform
versions
**Changes**
- remove `tslint` dependency from root `package.json`
- remove `tslint-disable-next-line` statements from various files
- add `pnpm-lock.yaml` and `pnpm-debug.log` files to `.gitignore`
**Related issues**
When running dependency installation with e.g. `pnpm` in this
repository, I encountered the following warning:
```
WARN deprecated [email protected]: TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information.
```
The migration from `tslint` to `eslint` was done in
#297, but it seems
that the `tslint` dependency has not been removed as part of it.
---------
Co-authored-by: Ryan Lamb <[email protected]>
0 commit comments