Skip to content

littlebits/eslint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hound ESLint

ESLint is the pluggable linting utility for JavaScript and JSX

hound-eslint is a Node service that polls EsLintReviewJobs from the eslint_review queue, lints code with ESLint, then pushes the results to the high queue, as CompletedFileReviewJobs.

Testing locally

First, add the following to the bottom of index.js:

var testQueue = require("./lib/test-queue");

testQueue(redis);

Next, start the Resque web interface:

$ cd node_modules/node-resque/resque-web
$ bundle install
$ bundle exec rackup
$ open http://localhost:9292

As you run the worker, monitor how jobs flow through the queues.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • Shell 8.0%