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

Chore: enable a modified version of multiline-comment-style rule on codebase #9452

Merged
merged 1 commit into from Oct 29, 2017

Commits on Oct 29, 2017

  1. Chore: enable a modified version of multiline-comment-style on codebase

    This makes the following changes:
    
    * Creates a project-specific `internal-multiline-comment-style` rule,
      which is the same as the built-in `multiline-comment-style` rule
      except that it ignores the banner comments that we use at the top of
      files.
    * Enables the `internal-multiline-comment-style` rule on the ESLint
    codebase
    * Updates a few tests (namely: `tests/lib/cli-engine.js` and
        `tests/bin/eslint.js`) that rely on linting the CWD, to account for
    the fact that the config in the CWD now has a project-specific rule.
    not-an-aardvark committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    01224ff View commit details
    Browse the repository at this point in the history