Non react option
tobeycodes opened this issue · 6 comments
I just added this to the frontend of a project and it works great! I want to also add it to the backend, but the backend obviously doesn't load React. Would you ever considering adding a flag that doesn't add the React parts to the ESLint config?
Hi @schrapel,
Thanks for sending that suggestion. That makes sense, we can explore that, sure.
Just curious, are you experiencing any issues with the current setup when working with Node in the back end? The dependencies are devDependencies
and they should not affect back-end applications functionality or deployment size.
@arianacosta sorry for not being clear. It actually works fine but I just get a notice when running code:clean
that it could not detect React in the application.
@schrapel Thanks for reporting that! I'll take a look to see if we can automate that issue, if not, then we could provide an option as well.
This would be great!
Are there someone working on that?
I usually use this package for React, and would like to use for Node as well (excluding the react dependencies related, like mentioned).
May I help on that request
Thanks @fabricionaweb, that would be great. Feel free to submit a PR for that. It would be great to have an option to select:
- React + Node (default)
- React Only
- Node Only
What do you think?