I use Vim for my react project. I started a project in a new startup, and in the project folder the eslintrc is in a subdirectory like this :
- Lint
---directory1
----directory2
-----eslintrc.js
So i use ALE for lint checking, but in this project i don't have any error because ALE can't find the eslintrc.. How can i specify to ALE to point to the eslint file in the subdirectory ?
Or there is an other way/plugin to do that. Thanks a lot