My app has two warnings from lint:
no-use-before-declare is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
no-unused-variable is deprecated. Since TypeScript 2.9. Please use the built-in compiler checks instead.
I've seen this and this and this, etc... I gather there's a big migration going on in lint-land. Unfortunately, Please use the built-in compiler checks
is still super vague.
Is it possible to migrate these two options to eliminate the warnings and keep the functionality?