cypress-io / eslint-plugin-cypress

An ESLint plugin for projects that use Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor: Convert project to typescript

cacieprins opened this issue · comments

@cacieprins

What would be the motivation and benefit of converting this project to TypeScript?

@MikeMcC399 , just to keep it aligned with most other Cypress repos - this is an icebox issue, or one that may be good for a contributor, but I do not believe it's one that we're going to tackle soon.

@cacieprins

Thanks for providing an explanation! This repo probably shouldn't be a candidate for TypeScript conversion until other enhancements have been implemented, such as full conversion to ESLint v9 and removal of support for previous ESLint versions. That would provide a clean base for any conversion.

@MikeMcC399 Thank you for bringing those to my attention!