-
Notifications
You must be signed in to change notification settings - Fork 452
Add curly rule to ESLint configuration #2189
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
Conversation
I'm happy with this. |
I thought these rules had been removed from eslint proper? I guess this repo is very behind on linting versions? |
Hmm? It's a thing? https://eslint.org/docs/latest/rules/curly |
|
Interesting choice to only get rid of some style rules... |
Personally I think doing prettier or dprint would be better solutions, but, it's all the same |
We do use prettier already, except it didn't say anything here. |
We could add the plugin: |
If we used prettier only, yeah. Not much point if we have eslint IMO. |
No description provided.