Our project requires different linting configurations for different folders /src/, /test/, etc.
When I place the .eslintrc file in the root folder of the project, coc-eslint correctly uses my configuration. When I move it to /src/ it does not correctly lint files in /src/.