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

Removes prettier from ESLint plugin #12861

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from

Conversation

filipenevola
Copy link
Collaborator

@filipenevola filipenevola commented Nov 2, 2023

The ESLint configuration inside this plugin conflicts with the Meteor main repo configuration.

ESLint plugins shouldn't worry about code styles nowadays. This is something for Prettier.

So, I just removed it from the plugin.

Without these changes, I'm not even able to run the tests of this plugin locally.

BTW, let's add this test runner to the CI here in this repo. I don't think it's running.

Context of future changes I plan to send to the ESLint plugin is here in the Forums.

@filipenevola
Copy link
Collaborator Author

I see the test of the eslint plugin is breaking.

Was it working before @StorytellerCZ?

It works locally at least but I didn't check how it's configured to run here.

@StorytellerCZ
Copy link
Collaborator

The tests here look strange. They are working elsewhere as far as I can remember.

@StorytellerCZ
Copy link
Collaborator

The error is Cannot read property 'invariant' of undefined, so I think there is still someplace that prettier needs to be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants