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

Add custom linter rules #51

Open
inigomarquinez opened this issue Mar 22, 2023 · 0 comments
Open

Add custom linter rules #51

inigomarquinez opened this issue Mar 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@inigomarquinez
Copy link
Member

inigomarquinez commented Mar 22, 2023

NestJS comes with eslint and prettier.

We may want to customize the eslint rules with some advanced features.

It would also be good to disable the eslint rules related to formatting, as we can use prettier for that.

We could also check and fix eslint errors in a hook.

We can take the idea of create-react-app and select between different choices of predefined set of eslint rules (Airbnb, custom ...).

@inigomarquinez inigomarquinez changed the title Add linter Add linter rules Mar 22, 2023
@inigomarquinez inigomarquinez changed the title Add linter rules Add custom linter rules Mar 22, 2023
@inigomarquinez inigomarquinez added the enhancement New feature or request label Mar 22, 2023
@jonatan-martinez jonatan-martinez self-assigned this Mar 27, 2023
@inigomarquinez inigomarquinez added this to the 2023 Q2 milestone Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants