codeclimate / codeclimate-eslint

Code Climate Engine for ESLint
MIT License
95 stars 93 forks source link

How to Enable Module Resolution #570

Open ProfessorManhattan opened 2 years ago

ProfessorManhattan commented 2 years ago

Hey, I just spent like 10 hours setting up my custom ESLint CodeClimate engine except now I realize there are some serious limitations. All my configs are stored in a shared NPM package config and just about everything is showing up under "Ignoring the following rules that rely on module resolution:". I'm interested in why this is an issue and also if there are any work arounds. Can anybody offer some advice? I chose CodeClimate because GitLab CI is supposed to integrate nicely with it.