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-unused-vars false positive on for loops #114

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

MicaelRodrigues
Copy link
Contributor

@MicaelRodrigues MicaelRodrigues commented Oct 7, 2020

This PR fixes a eslint false positive that was triggering no-unused-varserror on for loops.
forofnounusedvars

The issue is fixed by upgrading to babel-eslint to latest (10.1.0) and eslint to last of 6 (6.8.0).

Note: Support for Node 8 is also dropped in this version due to chakl dependency:

=> Found "inquirer#[email protected]"
info This module exists because "eslint#inquirer" depends on it.

@MicaelRodrigues MicaelRodrigues added bug dependencies Pull requests that update a dependency file labels Oct 7, 2020
@MicaelRodrigues MicaelRodrigues force-pushed the bugfix/no-unused-vars-for-of branch 2 times, most recently from 905e589 to 738d9bd Compare October 8, 2020 10:28
@MicaelRodrigues MicaelRodrigues force-pushed the bugfix/no-unused-vars-for-of branch 2 times, most recently from dfc55d8 to aee0093 Compare October 8, 2020 10:45
@bsonntag bsonntag force-pushed the bugfix/no-unused-vars-for-of branch from aee0093 to dd84009 Compare August 24, 2022 11:53
@bsonntag bsonntag merged commit 1e79679 into master Aug 24, 2022
@bsonntag bsonntag deleted the bugfix/no-unused-vars-for-of branch August 24, 2022 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change bug dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants