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

Converts .eslintrc.yml to the new flat file eslint configuration format #48

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

Conversation

kemelzaidan
Copy link
Contributor

Eslint has recently converted from the legacy .eslintrc.yml file to a new flat file configuration: https://eslint.org/docs/latest/use/configure/migration-guide.

So, the lint wasn't working anymore. I have migrated the file to the new format and also took the step to change the max-len from 80 (which wasn't being enforced since it used to generate so many errors) to a more flexible 120 characters, which usually adapts well in any modern screen and is also generating only 6 errors.

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.

1 participant