Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

False positive for no-unnecessary-semicolons on empty loops #307

Closed
JoshuaKGoldberg opened this issue Oct 27, 2016 · 0 comments
Closed

False positive for no-unnecessary-semicolons on empty loops #307

JoshuaKGoldberg opened this issue Oct 27, 2016 · 0 comments
Milestone

Comments

@JoshuaKGoldberg
Copy link

JoshuaKGoldberg commented Oct 27, 2016

Both of the following give "unnecessary semi-colon" errors with "no-unnecessary-semicolons": true

for (var i = 0; i < 7; i += 1);
while (false);
@HamletDRC HamletDRC added this to the 2.0.14 milestone Oct 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants