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.
- Host: GitHub
- URL: https://github.com/hughsk/atom-linter-npm-missing
- Owner: hughsk
- License: mit
- Created: 2017-02-26T14:26:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T15:49:56.000Z (over 9 years ago)
- Last Synced: 2025-04-02T15:51:16.974Z (about 1 year ago)
- Topics: atom, linter, missing, npm
- Language: JavaScript
- Homepage: https://atom.io/packages/linter-npm-missing
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# linter-npm-missing [](http://github.com/hughsk/stability-badges)
[Atom](https://atom.io) linter that detects import/require calls to modules that don't exist.

## 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.