Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable, a basic version of, the ESLint
no-use-before-define
rule
Given how our existing code-base is written, we simply can't (and probably don't want to) enable *all* of this ESLint rule. The reason is that we have a lot of code, especially related to functions, which is fine at runtime but might to a static analyzer *look* like a problem. However, even in its most *basic* version this ESLint rule can help catch some outright bugs; see PR 12891. Please find additional details about the ESLint rule at https://eslint.org/docs/rules/no-use-before-define
- Loading branch information