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

docs: typescript migration guide #31243

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Conversation

cacieprins
Copy link
Contributor

  • Closes

Additional details

Adds a guide for writing TypeScript and migrating JS to TS

Steps to test

How has the user experience changed?

PR Tasks

@cacieprins cacieprins marked this pull request as ready for review March 10, 2025 14:35
Copy link

cypress bot commented Mar 10, 2025

cypress    Run #61083

Run Properties:  status check passed Passed #61083  •  git commit 9c2cb315a8: Merge branch 'develop' into docs/ts-upgrade-guide
Project cypress
Branch Review docs/ts-upgrade-guide
Run status status check passed Passed #61083
Run duration 18m 43s
Commit git commit 9c2cb315a8: Merge branch 'develop' into docs/ts-upgrade-guide
Committer Cacie Prins
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 12
Tests that did not run due to a developer annotating a test with .skip  Pending 1233
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 32129
View all changes introduced in this branch ↗︎
UI Coverage  46.44%
  Untested elements 183  
  Tested elements 163  
Accessibility  92.56%
  Failed rules  3 critical   8 serious   2 moderate   2 minor
  Failed elements 882  


- No unnecessary `.js` in the repository
- The repository passes linting based on the `@typescript-eslint/recommended-type-checked` rule set
- The repository uses `@eslint/stylistic` to format
Copy link
Contributor

Choose a reason for hiding this comment

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

@eslint/stylistic isn't an npm module

There is a website https://eslint.style/ which refers to plugins @stylistic/eslint-plugin

A link either to the website or to an existing npm module would be clearer here

cacieprins and others added 2 commits March 14, 2025 10:34
Co-authored-by: Mike McCready <[email protected]>
Co-authored-by: Mike McCready <[email protected]>
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.

5 participants