-
-
Notifications
You must be signed in to change notification settings - Fork 797
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
Switching from eslintrc.json to eslint.config.json #2472
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
In accordance with the issue #1756 and my current awareness about this issue, I would like to work on this. |
When this is resolved, please open one in Admin as we'll face the same issue. |
@palisadoes Sure |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Describe the bug
We need to switch from
eslintrc.json
toeslint.config.js
as the former is considered deprecated now.To Reproduce
Steps to reproduce the behavior:
git add .
commandgit commit -m "<Your commit message>"
Expected behavior
The changes should have been committed without any such error messages.
Actual behavior
After the initial few tasks the commit action fails. Since "
.eslintrc.json
" file is no longer supported. And it asks to switch over toeslint.config.js
file.More over the property
.eslintignore
is also not supported rather user is supposed to use the "ignores" property ineslint.config.js
.Screenshots
Additional details
None.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: