We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ...).
The text was updated successfully, but these errors were encountered:
jonatan-martinez
No branches or pull requests
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 ...).
The text was updated successfully, but these errors were encountered: