Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use webpack resolver and turn off node/no-missing-imports
eslint-plugin-import will use webpack resolver and check for missing imports. The node variant is causing false error reports as it does not use resolvers. See mysticatea/eslint-plugin-node#249 (comment) for details.
- Loading branch information