Skip to content

Enable eslint to resolve webpack modules according to webpack.config.js

username-removed-636429 requested to merge eslint-resolve-webpack-modules into master

What does this MR do?

Adds eslint-import-resolver-webpack to allow eslint to resolve modules the same way webpack does. Then we can reenable the import/no-extraneous-dependencies and import/no-unresolved.

Are there points in the code the reviewer needs to double check?

the eslint test should pass in CI

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports