Actions
Bug #39063
closedJS lint in plugins fails if package is only defined in core
Description
Since were moving away from using @theforeman/* packages, lint will show ` error Unable to resolve path to module X import/no-unresolved`
For packages that are defined in foreman core and not in the plugins. This error should not show up as npm packages are shared from core to plugins
Actions