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

Enforce no-underscore-dangle in method names and class fields #79

Conversation

leroykorterink
Copy link
Collaborator

#34

@leroykorterink leroykorterink added enhancement New feature or request good first issue Good for newcomers labels Mar 29, 2023
@leroykorterink leroykorterink requested a review from a team March 29, 2023 14:55
@leroykorterink leroykorterink self-assigned this Mar 29, 2023
@@ -10,6 +10,9 @@
"eslint": "^8.28.0"
},
"eslintConfig": {
"extends": "@mediamonks/eslint-config"
"extends": "@mediamonks/eslint-config",
"parserOptions": {
Copy link
Member

Choose a reason for hiding this comment

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

Do we also need this in the docs, or was this only for the #private stuff in the test code?

Copy link
Collaborator Author

@leroykorterink leroykorterink Mar 29, 2023

Choose a reason for hiding this comment

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

Yes, it was needed to support new private field syntax, I don't think we should explain how to configure the language options for eslint because this can vary between projects. eslint has a full page about configuring the language options.

@leroykorterink leroykorterink merged commit 59ac96d into main Mar 29, 2023
@leroykorterink leroykorterink deleted the #34-enforce-no-underscore-dangle-in-method-names-and-class-fields branch April 17, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants