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

Lint: enforce coding standards #60

Closed
ezehlivinus opened this issue Oct 4, 2022 · 5 comments · Fixed by #69
Closed

Lint: enforce coding standards #60

ezehlivinus opened this issue Oct 4, 2022 · 5 comments · Fixed by #69
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@ezehlivinus
Copy link
Contributor

Description

The project needs to be linted. It can use the Eslint linter and the AirBnB JavaScript standard guide.
To make sure that contributors use the same style and some best practices, lining the project is necessary.

Example

ESlint can enforce one to use const keyword when the variable is not meant to be reassigned and let, if otherwise.

@ezehlivinus
Copy link
Contributor Author

@anomic30 is it possible to assign this to me?

@ezehlivinus
Copy link
Contributor Author

@anomic30 please check this again. You can check out eslint and AirBnB JavaScript Style Guide.

Tell me what you think if we can close the issue or not.

@anomic30
Copy link
Owner

anomic30 commented Oct 5, 2022

@ezehlivinus, can we use prettier too?

@ezehlivinus
Copy link
Contributor Author

Yes we can @anomic30. We can set up both ESLint and prettier.

@anomic30
Copy link
Owner

anomic30 commented Oct 5, 2022

Assigning it to you @ezehlivinus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants