An open API service indexing awesome lists of open source software.

https://github.com/hughsk/atom-linter-npm-missing

🔎 Atom linter that detects import/require calls to modules that don't exist.
https://github.com/hughsk/atom-linter-npm-missing

atom linter missing npm

Last synced: 4 months ago
JSON representation

🔎 Atom linter that detects import/require calls to modules that don't exist.

Awesome Lists containing this project

README

          

# linter-npm-missing [![stable](http://hughsk.github.io/stability-badges/dist/stable.svg)](http://github.com/hughsk/stability-badges)

[Atom](https://atom.io) linter that detects import/require calls to modules that don't exist.

![linter-npm-missing](http://i.imgur.com/5rwUguC.gif)

## Installation

``` bash
apm install linter-npm-missing
```

## License ##

MIT. See [LICENSE.md](http://github.com/hughsk/atom-linter-npm-missing/blob/master/LICENSE.md) for details.