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-node => eslint-plugin-n #441

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

aladdin-add
Copy link
Contributor

No description provided.

rules: {
'comma-dangle': [
Copy link
Contributor Author

@aladdin-add aladdin-add Feb 6, 2024

Choose a reason for hiding this comment

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

comma-dangle is removed as: 1) we are using prettier now; 2) formatting rules has been deprecated.

functions: 'never', // disallow trailing commas in function(es2017)
},
],
'require-jsdoc': 'error',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

require-jsdoc has been deprecated for years.

@bmish bmish merged commit 118643c into main Feb 6, 2024
12 checks passed
@bmish bmish deleted the chore/eslint-plugin-n branch February 6, 2024 16:38
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