-
-
Notifications
You must be signed in to change notification settings - Fork 278
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 & Prettier setup and some lint error fixes #6717
Conversation
- Upgrade eslint to v9 - Upgrade prettier to v3 - Setup config files with latest standards
- Address `no-unused-vars` lint errors
b8f5f4c
to
7b20d10
Compare
7b20d10
to
442f8f9
Compare
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.
All good, spotted 1 small potential issue, but apart from that, perfect - LGTM!
noBg?: boolean; | ||
}, | ||
) => { | ||
const { ...rest } = props; |
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.
The destructuring should still be here
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.
whoa! nice catch Joe. I'll update it! π
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
@royallsilwallz LGTM! β |
What type of PR is this?
Describe this PR
Changes
yarn lint --fix
no-unused-vars
eslint errorsTODOS.md
for tracking remaining tasks