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

Migrate to eslint-plugin-jsdoc #1311

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Migrate to eslint-plugin-jsdoc #1311

merged 1 commit into from
Aug 30, 2024

Conversation

stof
Copy link
Member

@stof stof commented Aug 30, 2024

The deprecated valid-jsdoc rule of eslint does not support using typescript syntax for types, while it allows being more precise about types in a much more readable way than using the older jsdoc syntax with separate typedef or callback definitions.
The plugin also implements more rules than what valid-jsdoc does.

This prepares reviving #818

The deprecated valid-jsdoc rule of eslint does not support using
typescript syntax for types, while it allows being more precise about
types in a much more readable way than using the older jsdoc syntax with
separate typedef or callback definitions.
The plugin also implements more rules than what valid-jsdoc does.
Copy link
Member

@Kocal Kocal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@stof stof merged commit a7420d7 into symfony:main Aug 30, 2024
34 checks passed
@stof stof deleted the eslint_jsdoc branch August 30, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants