mehcode / linter-ui-plus

An experiment into an enhanced UI for the Atom Linter package.
MIT License
12 stars 1 forks source link

linter did not auto install when installing linter-ui-plus #9

Open AberrantWolf opened 7 years ago

AberrantWolf commented 7 years ago

Spoke with @mehcode on Slack. He indicated this was a bug.

On a fresh install of Atom, I installed linter-ui-plus, but linter wasn't installed and I have to install it by hand.

Arcanemagus commented 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');