-
Notifications
You must be signed in to change notification settings - Fork 8
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
Bump stylelint-prettier & prettier to latest non-breaking version possible #1612
Bump stylelint-prettier & prettier to latest non-breaking version possible #1612
Conversation
Both packages, cuz one is dependent on the other
…ress plugins so the ones we use for linting are last (prettier adjecent)
86182cf
to
1a40807
Compare
These are fixes to some of the latest breaking changes in the package.
… before package upgrade
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.
Some change request. But very nice!
Please try to remove som of the unnecessary new lines. 😊
@@ -13,7 +13,7 @@ import AdvancedSearchEntry from "./AdvancedSearch.entry"; | |||
const meta: Meta<typeof AdvancedSearchEntry> = { | |||
title: "Apps / Advanced Search", | |||
component: AdvancedSearchEntry, | |||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment | |||
|
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.
Is this whitespace intentional?
This PR adds empty lines in the middle of many different files, in the middle of objects etc. It looks odd to me.
src/apps/loan-list/materials/selectable-material/selectable-material.tsx
Show resolved
Hide resolved
The plugin was added in the eslint.config.js but the ruleset wasn't added, which in this new eslint setup needs to be done explicitly.
…adjust prettier parser settings Read more at https://github.com/prettier/eslint-plugin-prettier#options
Link to issue
https://reload.atlassian.net/browse/DDFBRA-301
https://reload.atlassian.net/browse/DDFBRA-302
https://reload.atlassian.net/browse/DDFBRA-307
https://reload.atlassian.net/browse/DDFNEXT-225
https://reload.atlassian.net/browse/DDFNEXT-397
https://reload.atlassian.net/browse/DDFNEXT-224
https://reload.atlassian.net/browse/DDFNEXT-222
Description
These packages were all intertwined, so it became one big thing. Good luck reviewing 🤞 😇
Screenshot of the result
Additional comments or questions