-
-
Notifications
You must be signed in to change notification settings - Fork 298
Eslint cleanup #14595
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
Eslint cleanup #14595
Conversation
…ummed warning This commit synchronizes the eslint rules and updates the evm-address-to-checksummed warning. It also fixes the formatting of recipient and userAddress variables to use checksummed addresses. Fixes unlock-protocol#14592
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am genuinely surpirsed that more things are not breaking with all the rules being removed. Were these rules not used at all?
The no-require rule was moved to the base config in the last PR, while some rules were not really used. |
ok, one more thing. I see there is at least one duplicated rule between the |
…nd unused imports
…otocol#14594) timezone set by deafault based on location
improve ux for resolving address or name inputs
* add UpdateEmailModal component * strip attendee specific actions from locks' view * strip unnwanted metadata and add specific event actions to attendees' view * linting * update lock settings metadata card to include email actions
Hi @julien51 I've been able to sync the rules between the eslint config files and remove unnecessary ones |
Great! Tahnsk a lot! |
Description
Ensure consistent eslint rules across all packages, also ensure commands are same and reused in all package.jsons
Issues
Fixes #14564
Refs #14564
Checklist: