Skip to content

Conversation

@aladdin-add
Copy link
Contributor

No description provided.

{
languageOptions: { sourceType: 'commonjs' },
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
@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.

3 participants