Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak .eslintrc due to yarn/eslint issue
When using yarn, eslint is loading an older version of eslint-plugin-import, which causes problems in the current configuration. This commit fixes the problems by disabling the problem rule and adjusting the problem glob. See: yarnpkg/yarn#3332 And: import-js/eslint-plugin-import#602
- Loading branch information