Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Replace deprecated scope.resolve method (#70)
As pointed out in the developer guide https://eslint.org/docs/developer-guide/scope-manager-interface#deprecated-members-2 scope.resolve method is deprecated. For that reason it was not implemented in typescript-eslint/typescript-eslint and no-unnecessary-waiting rule fails with version 4.x of the typescript eslint parser. The eslint developer guide suggest to use `scope.references.find` instead.
- Loading branch information