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

Update Eslint JSDoc package, introducing JSDoc line alignment check #25300

Merged
merged 7 commits into from
Jun 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add changelog entry about jsdoc alignment
renatho committed Jun 8, 2021
commit 5429bbf379434271bad5b201a2e1f4cea8f1c191
4 changes: 4 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

## Unreleased

### Enhancement

- Adds JSDoc alignment check ([#25300](https://github.com/WordPress/gutenberg/pull/25300)).

## 9.0.1 (2021-03-19)

### Bug Fix