-
Notifications
You must be signed in to change notification settings - Fork 31
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
Herbs generated project must to born with lint #14
Comments
if you choose one style, the generated code will follow? |
Hi! We can start with one of the options. What do you think we started with |
I like to start with a default linter, but I prefer the standard JS because it's the standard, this style guide is the more neutral, some developer don't like the airbnb style guide or google style guide but I think the most developers will accept the standardJS because it's neutral |
As long we choose one and the user don't have to choose, I don't really care. The choice will always be wrong since there will be always someone complaining, so let's pick one. standard JS sounds ok to me. |
I'm working on it |
Standard JS sounds good for me too! |
@italojs are you still here with this issue? |
Hi @jhomarolo i'm not working on this anymore |
I can work on this issue. |
Given the inputs on this issue, this is how I think this feature should work:
|
@dalssoft I guess should be good to run the script (like npm run lint or lint:fix) after |
@jhomarolo makes sense |
I was thinking to have an option to add esLint into project
To start this feature, I was thinking to use only standard code style
The text was updated successfully, but these errors were encountered: