You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I discovered that this does actually work in a monorepo, we just have an extra complex setup, which currently has nested sub-packages (only temporary!)
Still it would be good to have a config file option.
I may get some time to contribute, but right now we are postponing implementing this package, as it takes longer to run than the linter. It would be ideal if it could run as part of eslint, rather than having to re-analyse.
I may get some time to contribute, but right now we are postponing implementing this package, as it takes longer to run than the linter. It would be ideal if it could run as part of eslint, rather than having to re-analyse.
Agreed. Technically you can run esplint instead of eslint since esplint runs eslint under the hood.
When I run esplint through lint-staged with husky, I get an error
No config file found
. We have a multi-package monorepo.If we could specify the path to the esplint config file and the eslint config file, if necessary, then I think we could solve this.
The text was updated successfully, but these errors were encountered: