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

Add no-trailing-spaces to eslint config #1768

Open
genu opened this issue May 9, 2024 · 0 comments
Open

Add no-trailing-spaces to eslint config #1768

genu opened this issue May 9, 2024 · 0 comments
Labels
question Further information is requested

Comments

@genu
Copy link
Contributor

genu commented May 9, 2024

Description

@benjamincanac I think it would be a good idea to add the no-trailing-spaces rule to the eslint config. Having made multiple contributions already I always get inconsistent white space which causes awkward git diffs at times.

We can just add this to .eslintrc.cjs:

'no-trailing-spaces': ['error']
@genu genu added the question Further information is requested label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant