Skip to content
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

✨ improve: configuration sources #2202

Merged
merged 6 commits into from
Mar 29, 2023
Merged

✨ improve: configuration sources #2202

merged 6 commits into from
Mar 29, 2023

Conversation

kellymears
Copy link
Member

@kellymears kellymears commented Mar 29, 2023

Why?

supports tailwind 3.3.0 compatibility and advances project goals

Effects?

  • users can configure bud using typescript (bud.config.ts) out of the box
  • no need to use ts-node or the alternative bud cli command for typescript config support.
  • bud.js won't choke on tailwind.config.ts files
  • support extends to eslint: eslint.config.ts should work as well

Notes

refers:

  • none

@kellymears kellymears changed the title ✨ improve: sucrase parsing of typescript configs ✨ improve: configuration sources Mar 29, 2023
@kellymears kellymears self-assigned this Mar 29, 2023
@kellymears kellymears added this to the 6.12.0 milestone Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment