-
-
Notifications
You must be signed in to change notification settings - Fork 5k
indent rule unexpected result with for loop + semi-colon for the body #8882
Copy link
Copy link
Closed
homezen/eslint-config-homezen
#43Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionarchived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionbugESLint is working incorrectlyESLint is working incorrectlyindentRelates to the `indent` ruleRelates to the `indent` ruleruleRelates to ESLint's core rulesRelates to ESLint's core rules
Metadata
Metadata
Assignees
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionarchived due to ageThis issue has been archived; please open a new issue for any further discussionThis issue has been archived; please open a new issue for any further discussionbugESLint is working incorrectlyESLint is working incorrectlyindentRelates to the `indent` ruleRelates to the `indent` ruleruleRelates to ESLint's core rulesRelates to ESLint's core rules
Tell us about your environment
What parser (default, Babel-ESLint, etc.) are you using?
default
Please show your full configuration:
Configuration
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
I expected indentation of the
;that represents the body of theforloop to be accepted at 2 spaces of indentation.What actually happened? Please include the actual, raw output from ESLint.