You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(nice to have) Investigate if the merge-function can be improved in a way that keeps empty lines when merging two documents. XY-Problem is that extendStorybookConfiguration generates a .storybook/preview.* file where everything is glued together, dropping all empty lines that were present in the original files
Motivation
All code generated by our nifty
yarn rw
commands should conform to our ESLint rules.Detailed proposal
Ideas / Room for improvement:
extendStorybookConfiguration
generates code that violatesimport/order
rule – although it clearly applies a prettier-passmerge
-function can be improved in a way that keeps empty lines when merging two documents. XY-Problem is thatextendStorybookConfiguration
generates a.storybook/preview.*
file where everything is glued together, dropping all empty lines that were present in the original filesThe nice to have bullet points are probably out of scope and may be dealt with in a separate PR / issue no.
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: