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

Handle single-line comments for block ignore #1454

Closed
wants to merge 1 commit into from

Commits on Jan 3, 2014

  1. Handle single-line comments for block ignore

    When the block ignore directive is active, it is possible that the
    corresponding end ignore directive is written using a single-line
    comment.
    
    This means that lines beginning with a single line comment cannot be set
    to the empty string value during the ignore directive processing.
    
    References:
    
      Closes issue jshint#1453
    ethul committed Jan 3, 2014
    Copy the full SHA
    013bc98 View commit details
    Browse the repository at this point in the history