-
Notifications
You must be signed in to change notification settings - Fork 0
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
As a developer, I should be able to install echobind's eslint rules in my project #25
Comments
|
Since it's our scripts we can do that and be opinionated - but it comes down to whether we see others wanting that to be installed on their project. |
Well, this is intended for us. People wanting to use it would be a side effect (IMO). We might be able to leverage a similar pattern as the
Thoughts? |
I was thinking about it... I think your original idea makes the most sense. |
We would also need a value to know which linting to add (React, Node or React Native) |
Another thought that came to mind, you should be able to do this in two ways:
In the first scenario, you're initialing a project and you want to include linting in the process. In the second scenario, you already have a project and want to add the linting. |
Summary
By default, this would include our eslint configuration into a project.
Motivation
Why are we doing this?
To give developers an easy method to setup eslint on their project.
What use cases does it support?
Initializing a new project that enforces consistency.
What is the expected outcome?
The text was updated successfully, but these errors were encountered: