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
During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added a temporary override in the .eslintrc.json file to temporarily disable them.
This issue covers removing that temporary override and any changes to the typescript code required to get the rule passing. Use npm run lint to run the linter and once you've done changing the typescript don't forget to also run npm run build to reflect the changes in the built javascript (which also needs to be checked in).
The text was updated successfully, but these errors were encountered:
This issue relates to the @typescript-eslint/no-explicit-any rule.
During the transition from TSLint (now deprecated) to ESLint for typescript linting we introduced some new rules that don't yet pass and added a temporary override in the
.eslintrc.json
file to temporarily disable them.This issue covers removing that temporary override and any changes to the typescript code required to get the rule passing. Use
npm run lint
to run the linter and once you've done changing the typescript don't forget to also runnpm run build
to reflect the changes in the built javascript (which also needs to be checked in).The text was updated successfully, but these errors were encountered: