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

feat(eslint-plugin): [lines-around-comment] add extension rule #5327

Merged
merged 24 commits into from Mar 13, 2023

Commits on Jun 30, 2022

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

Commits on Jul 9, 2022

  1. Configuration menu
    Copy the full SHA
    62efad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2433b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d97237e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9df0ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14db2f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f2661f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    30825c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b153dba View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    chbdetta committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    793d2e7 View commit details
    Browse the repository at this point in the history
  4. fix doc lint errors

    chbdetta committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    3b74231 View commit details
    Browse the repository at this point in the history
  5. address comments

    chbdetta committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    b367c61 View commit details
    Browse the repository at this point in the history
  6. address jsdoc comments

    chbdetta committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    b763e3a View commit details
    Browse the repository at this point in the history
  7. proper comment language

    chbdetta committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    59541ed View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Update packages/eslint-plugin/src/rules/lines-around-comment.ts

    Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
    chbdetta and bradzacher committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    f92776d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    01371be View commit details
    Browse the repository at this point in the history
  2. skip more cases

    chbdetta committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    7a39437 View commit details
    Browse the repository at this point in the history
  3. add enum and module tests

    chbdetta committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    567420a View commit details
    Browse the repository at this point in the history
  4. implement enum and module

    chbdetta committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    9cf58f2 View commit details
    Browse the repository at this point in the history
  5. improve coverage

    chbdetta committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    88584c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ade17f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

    chbdetta committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f32e927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75bf6ea View commit details
    Browse the repository at this point in the history