-
Notifications
You must be signed in to change notification settings - Fork 295
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
[DDW-595] Fix lint warnings #1352
Conversation
Adding fixes for es linter
Adding fixes for es linter
… into chore/ddw-595-fix-lint-warnings # Conflicts: # flow/mappers/CSSModule.js.flow
Adding fixes for es linter
Adding fixes for es linter
Adding fixes for es linter
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.
@DeeJayElly please add a CHANGELOG entry 🙏
Added |
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.
Great work @DeeJayElly - I have only left couple of minor comments. Thanks for fixing them!
source/renderer/app/components/wallet/paper-wallet-certificate/PrintDialog.js
Outdated
Show resolved
Hide resolved
source/renderer/app/components/wallet/paper-wallet-certificate/SecuringPasswordDialog.js
Outdated
Show resolved
Hide resolved
…lint-warnings # Conflicts: # source/main/config.js # source/main/utils/setupLogging.js
@@ -18,6 +18,7 @@ export const saveScreenshot = async (context, file) => { | |||
.capturePage() | |||
.then(imageBuffer => fs.writeFile(file, imageBuffer)) | |||
.catch(err => { | |||
// eslint-disable-next-line |
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.
@DeeJayElly please add more details 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.
Done
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.
Great work @DeeJayElly 🎉
This PR refactors .js codebase with suggested lint fixes so we could clean all components from lint warnings.
Todo:
Review Checklist:
Basics
yarn run test
)yarn run dev
)yarn run package
/ CI builds)yarn run flow:test
)yarn run lint
)yarn run manage:translations
produces no changes)yarn run storybook
)yarn.lock
file is updatedCode Quality
Testing
After Review:
done
on the Youtrack board