Lily Skye
Results
22
issues of
Lily Skye
Related to https://github.com/prettier/prettier/issues/4223 and https://github.com/prettier/prettier/issues/4941. I have some intentional `{" "}` children in this code, which prettier sometimes collapses and sometimes does not. The end result is that some explicit...
status:needs discussion
lang:jsx
I have several projects which, for various reasons: - use `change-case`, - need to use CommonJS, - and need `change-case` synchronously (ie. `import()` isn't good enough). So, I've been keeping...