Open AberrantWolf opened 7 years ago
@mehcode atom-package-deps
isn't listed as a dependency
. Also I don't see it being imported or called in the code.
You need something like this to trigger the checks:
require('atom-package-deps').install('linter-ui-plus');
Spoke with @mehcode on Slack. He indicated this was a bug.
On a fresh install of Atom, I installed
linter-ui-plus
, butlinter
wasn't installed and I have to install it by hand.