Skip to content

Ignore unresolved imports from ee_component/

What does this MR do?

Disables import/no-unresolved ESLint rule for imports starting with ee_component/ because the ESLint plugin doesn't recognize the NormalModuleReplacementPlugin in [our Webpack config](

temporary fix for #38226 (closed)

Manual testing

You have to delete the ee/ directory to test this fix because of #38245 (closed).

Merge request reports