Setup ESLint package in IDE to work with local ESLint plugins
It is well known that global ESLint is not working with local plugins (i.e. eslint-config-airbnb). So we need to choose local ESLint package in IDE settings to be able to work with them. The question is — does it mean that we need to change IDE settings and pick new local ESLint on every new project?
Please sign in to leave a comment.
Yes, you will need to configure local ESLint for each project then.
Note that ESLint package path is stored in project settings anyway (in .idea/workspace.xml), so, specifying a package in one project won't change settings in others