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

No longer extend from removed/deprected Prettier ESLint configs #1397

Merged
merged 1 commit into from
Mar 1, 2022
Merged

No longer extend from removed/deprected Prettier ESLint configs #1397

merged 1 commit into from
Mar 1, 2022

Conversation

hyperupcall
Copy link
Contributor

@hyperupcall hyperupcall commented Mar 1, 2022

PR Checklist

Overview

Since v8.0.0 of eslint-config-prettier, all configs have merged into prettier and supplying the extraneous configs like "prettier/@typescript-eslint", etc. results in error

This fix simply removes the no-longer-needed configs to extend from

Since version `8.0.0` of `eslint-config-prettier`,
all configs have merged into `prettier` and
supplying the extraneous configs results in error
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

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

Beautiful, love to see the progress. Thanks @hyperupcall! ✨

@JoshuaKGoldberg JoshuaKGoldberg merged commit a89a2c1 into typescript-eslint:main Mar 1, 2022
@JoshuaKGoldberg
Copy link
Member

This should be available in [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.

Supplying --prettier always results in a broken configuration
2 participants