-
Notifications
You must be signed in to change notification settings - Fork 17
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
fix: eslint.config.js
#982
Comments
After fixing the ESLint configuration, I noticed numerous Do you have a logger preference? |
What should we do with |
Hmmm do you have a branch where I can see them running? |
Future logging is something I can make a ticket for if you/someone wants to work on it! |
https://github.com/ourjapanlife/findadoc-web/tree/fix%2Feslint-config I can work on it! Please create the ticket and assign it to me. |
Problem
Our
eslint.config.js
is misconfigured, causing some rules not to be applied. This is problematic as it leads to coding inconsistencies in our codebase.Success
Fix
eslint.config.js
and refactor all files after resolving the issue.Implementation Notes
The root of the problem is as follows:
tseslint.configs.recommended
is an array, so it's either in the wrong place or using the wrong property.After correcting these issues, we will encounter numerous ESLint errors:
The text was updated successfully, but these errors were encountered: