Skip to content

A sanity checker to make sure that events that are being listened for are being sent within JavaScript applications.

License

Notifications You must be signed in to change notification settings

mdcone/eventlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version Build Status Dependency Status

Checks to see that events which are listened for are emitted.

Install

$ npm install --save eventlint

Usage

var eventlint = require('eventlint');

eventlint.lint('./lib', callback);
$ npm install --global eventlint
$ eventlint --help

License

MIT © Michael Dylan Cone

About

A sanity checker to make sure that events that are being listened for are being sent within JavaScript applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published