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

feat(base): support mts configs #738

Merged
merged 2 commits into from
Oct 19, 2024
Merged

feat(base): support mts configs #738

merged 2 commits into from
Oct 19, 2024

Conversation

prescottprue
Copy link
Contributor

🎟️ TICKET-000

Upstream PRs

Downstream PRs

Changes

  • Add support for mts and cts file extensions on config files (specifically vitest)
  • Remove unused configs from airbnb that we will never use (karma, protractor, gulp etc)

Notes for Reviewers

Recordings/Screenshots

@prescottprue prescottprue requested a review from a team as a code owner October 10, 2024 22:40
@prescottprue prescottprue requested review from alexsupp, mathieudi, hershmire and tylerzey and removed request for a team October 10, 2024 22:40
'**/protractor.conf.js', // protractor config
'**/protractor.conf.*.js', // protractor config
'**/karma.conf.js', // karma config
'**/jest.config.{js,ts,mjs,cjs,mts,cts}', // jest config
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These all support TS extension?

Copy link
Contributor Author

@prescottprue prescottprue Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For jest yeah ts-jest does. I applied the same extensions to all these since it is a common standard and didn't want to miss any

Not positive about committlint, lint-staged, and release but if they don't they may add that capability in the future so figured it was worth having in our lint config

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Roger. I'm good with this for now.

@prescottprue prescottprue merged commit 9d4db28 into main Oct 19, 2024
2 checks passed
@prescottprue prescottprue deleted the vitest-mts branch October 19, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants