Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "no-use-before-define" eslint rule to include variables: true #976

Open
chesnokovilya opened this issue Sep 25, 2019 · 0 comments
Open

Comments

@chesnokovilya
Copy link
Contributor

Currently we have:
"no-use-before-define": [ 2, { "functions": false, "classes": true, "variables": false }]
which is kinda weak, since it exclude most code from checker.

We could easily fix it to include variables: true. Functions checker could be left as it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant