fix: use single quotes in new script files#96
Conversation
🦋 Changeset detectedLatest commit: f32cb21 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
| useTabs: false, | ||
| tabWidth: 4 |
There was a problem hiding this comment.
we'll want to default to using tabs instead of spaces
| useTabs: false, | |
| tabWidth: 4 | |
| useTabs: true, | |
| tabWidth: undefined |
There was a problem hiding this comment.
im starting to really despise recast, lol. it's still using 2 spaces
There was a problem hiding this comment.
sv create foo > select tailwind > look at tailwind.config.ts
|
At this point, this is only a draft. Hopefully we can close this PR entirely later today. |
|
Superseded by #100 |
|
I think this would be nice to merge still so that users have a better experience until #100 lands. Unless we think we can land that one before launch. But that could be a lot to do and just add more pressure to get things done |
|
Good point, although im not sure if this is a major improvement, but it should still be an improvement. |
|
Did you guys had a chance to test that? Do you think it's generally better or worse? Is there anything that prevents us from merging? |
Closes #44