Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable no-undef rule from jsx-control-statements
Extending jsx-control-statements/recommended disables the vanilla eslint no-undef rule. This commit enables a rule from jsx-control-statements which replaces the eslint rule and adds support for variables defined in control statements like <For>. https://www.npmjs.com/package/eslint-plugin-jsx-control-statements#configuration-advanced
- Loading branch information