New Instructions #198
swarooppatilx
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📢 Important Update: Code Quality Checks Before Committing Changes
Hi Team,
To ensure our codebase remains clean and maintainable, we have implemented ESLint and Prettier configurations. Before committing any changes, please make sure to run the following commands:
Format Code:
Run the command below to format your code according to our Prettier configuration:
npm run format
Lint JavaScript Files:
Use the command below to check for linting issues in your JavaScript files:
npm run lint
Lint EJS Files:
If you have made changes to any EJS files, please run the following command:
npm run lint:ejs
By following these steps, you’ll help maintain code quality and consistency across our project. Thank you for your cooperation.
Beta Was this translation helpful? Give feedback.
All reactions