Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upUse different standard configs for different subfolders #896
Comments
This comment has been minimized.
This comment has been minimized.
ifraixedes
commented
May 29, 2017
|
What's the problem having an |
This comment has been minimized.
This comment has been minimized.
batiste
commented
May 29, 2017
•
|
I have a somewhat similar request. I do have an .eslintrc in a subfolder (compat plugin form browser JS) but standard seems to ignore it. Is there anyway to make standard use this file under this directory? |
This comment has been minimized.
This comment has been minimized.
|
The only way to accomplish this would be separate |
This comment has been minimized.
This comment has been minimized.
|
@ifraixedes no real problems, i was just curious to see if there was a way to do using the @Flet yup that's what i'm doing. i will just continue doing that and close this issue. |
lohfu
closed this
May 30, 2017
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
lohfu commentedMay 28, 2017
Hi,
I am using the regular standard tool to lint both my front end code and back end code. However, I don't understand how to use more configs than the standard?
For example I have 3 different folders requiring different configs:
Currently i have just gone with using the regular eslint CLI and setting up different
.eslintrcfiles in the respective folders... but i would like to solve this with just the standard CLI and configuration if possible.