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: upgrade eslint-plugin-jsdoc v46 #17245

Merged
merged 1 commit into from
Jun 21, 2023
Merged

Commits on Jun 21, 2023

  1. chore: update eslint-plugin-jsdoc to 46.2.5

    1. Removes `jsdoc/newline-after-description` rule in favor of `jsdoc/tag-lines`
    with option `startLines: 0` for "never" and `startLines: 1` for "always".
    Refs: https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v42.0.0
    
    2. disabled rule jsdoc/no-defaults: it's a new added rule in its recommended config
     that eslint does not follow.
    
    3. disabled rule jsdoc/check-line-alignment: I've tried its option "never"|"always"|"any"
    - none of them fully meet our needs.
    aladdin-add committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5a63ff4 View commit details
    Browse the repository at this point in the history