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(eslint-plugin): new prefer-javascript rule #920

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

erunion
Copy link
Member

@erunion erunion commented Jan 13, 2025

🧰 Changes

Because we have a few cases within our codebase where we don't want to use TypeScript I'm building out a new ESLint rule for our plugin to enforce this. It works the same as our prefer-typescript rule, just the reverse.

@erunion erunion added the enhancement New feature or request label Jan 13, 2025
@erunion erunion merged commit 73d5f79 into main Jan 14, 2025
2 checks passed
@erunion erunion deleted the feat/prefer-javascript branch January 14, 2025 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants