-
Notifications
You must be signed in to change notification settings - Fork 2
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
Set up Prettier and ESLint for the project #229
Comments
DuckyCB
added a commit
that referenced
this issue
May 5, 2023
DuckyCB
added a commit
that referenced
this issue
May 8, 2023
DuckyCB
added a commit
that referenced
this issue
May 10, 2023
felipeYoungi
added a commit
that referenced
this issue
May 11, 2023
…-ESLint-for-the-project 229 set up prettier and es lint for the project
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to configure Prettier and ESLint for the project to ensure code consistency and maintainability. This will help us avoid common errors and enforce coding standards across the team.
Tasks:
Install Prettier and ESLint as dev dependencies using npm
Configure ESLint with the recommended ruleset for the project
Configure Prettier with the project's code style preferences
Set up pre-commit hooks to automatically format and lint staged files using Husky and lint-staged
Add configuration files (.eslintrc, .prettierrc, .eslintignore, .prettierignore) to the root directory of the project
The text was updated successfully, but these errors were encountered: