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

Move deprecated eslint rules to stylistic plugin #5557

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

HolgerJeromin
Copy link
Contributor

@HolgerJeromin HolgerJeromin commented Jan 26, 2025

Description

I moved all deprecated eslint to the https://eslint.style/ plugin.

To have easy editor support I added a workspace file for visual studio code. Right now this only has a link to eslint config file.
This seems to be a smaller change than moving the config file to default filename in root folder.
I can remove that commit if you do not want editor config files.

How has this been tested?

Running eslint in editor.

ref #5554

@tomhughes
Copy link
Member

Shouldn't this update yarn.lock as well as package.json?

@kcne
Copy link
Contributor

kcne commented Jan 27, 2025

Up until now, whenever I was writing JavaScript, I struggled to get ESLint to work as seamlessly as Prettier—for example, automatically linting files and displaying errors in real-time while writing code. I noticed you added a VS Code workspace in this PR, and I’m hopeful this will help improve the experience. Thank you for adding this!

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.

3 participants