-
Notifications
You must be signed in to change notification settings - Fork 36
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
Feat: Add ESLint and Prettier Configuration #69
Comments
I am working on the issue. |
@Pranav0-0Aggarwal Sir i have added linting the project the linting is not strict . also sir if we need to add strict in the linting in order to do that we should be make a lot of changes i am ready to take this job tooo but for now no strict just i introduced linting also i initialized the project with the prettier with tailwind config so that it will work with each other |
Also sir this many file changes is becuase of prettier format sir if u want i will remove the changes and will raise a pr with the functionality only also sir keep me updated about the eslint config thingy i will work on it and make it strict but sir also it require a lot of changes like use of "any " will give error so as you say i will do it sir |
is this issue resolved? |
yep we can add strict rule in linitng if we want but that needs a lot of change like in many component i saw that we used (any) which is not good for some scenarios we should declare types . @Pranav0-0Aggarwal if you will assign the next things i will work on it and define feature. where needed |
Describe the feature
Currently our codebase lacks consistent code formatting and linting standards. This feature request is to add ESLint and Prettier configuration to maintain code quality and consistency.
Changes to be made:
Expected Outcome:
Actually it should be added in the code so that the code formatting is good in the overall repository also eslint will catch the potential error . For first thing is apply the low level then the changes would be made in the eslintrc.json file according to the need
Add ScreenShots
Record
The text was updated successfully, but these errors were encountered: