Conversation
This comment has been minimized.
This comment has been minimized.
58c06dc to
ac092c7
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The eslint migration accidentally removed the variable assignment for depGraph in a test that still uses it in assertions, causing a ReferenceError at runtime.
d5436e1 to
7b88c17
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
794d9fa to
58c5b56
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
PR Reviewer Guide 🔍
|
What does this PR do?
TSLint has been deprecated since 2019.
This PR migrates us to ESLint, which is still supported, and has more features and support
Any background context you want to provide?
This shouldn't have any downsteam effects for anyone using this library. It just lets us lint better and move faster for development on this project
What are the relevant tickets?
https://snyksec.atlassian.net/browse/CN-934
Screenshots