-
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
Configuration support #1
Comments
I hope this will make the implementation of the adapters easier and once the concept is proven and we kill it on twitter and trending on GitHub, we can start discussing configuration options. |
Link to related issue: linterjs/core#1 |
It is very important which order the linters are ran. If
How do you make that determination? |
When it comes to showing linting errors, I'm thinking we just give the same
|
My initial thinking on this is that we won't have any configuration for the cli, but fully depend on the respective linter's config files.
In this case I would be required to have a
.eslintrc
file in my project, otherwiselinter
would fail becauseeslint
actually expects a config file to be present,prettier
would still run as it has defaults. However if you wanted to configureprettier
you would do so with it's configuration files.The text was updated successfully, but these errors were encountered: