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

New: multiline-comment-style rule (fixes #8320) #9389

Merged
merged 5 commits into from Oct 14, 2017

Commits on Oct 6, 2017

  1. New: multiline-comment-style rule (fixes eslint#8320)

    This code is currently messy and incomplete. There are also some edge cases that the rule's design needs to address (e.g. allowing "banner" comments which are created from several consecutive line comments).
    not-an-aardvark authored and 薛定谔的猫 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    11f99b7 View commit details
    Browse the repository at this point in the history
  2. Chore: add multiline-comment-style in eslint:recommended.

    aladdin-add authored and 薛定谔的猫 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    90c85f4 View commit details
    Browse the repository at this point in the history
  3. finished :(

    aladdin-add authored and 薛定谔的猫 committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    4d28db5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Fix: review suggestions

    Squashed commits:
    [914bea1] fix: fixer would cause invalid syntax.
    [a4dd76c] Fix: isJSDoc checking each line starts with "*".
    [e16985a] prefer fixer.replaceText().
    
     .
    薛定谔的猫 committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    1ae221a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    2d3fc80 View commit details
    Browse the repository at this point in the history