Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

standard format #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

crazy4groovy
Copy link

I think a linter would help the project code a lot - many unused vars and libs, etc.

Feel free to deny the PR, but I hope you'll consider linting.

Nice project! 馃憤

var template = handlebars.compile(fs.readFileSync('index.html').toString());

// Home Page
var home = template({
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused var

var queueOptions = {
numWorkers: 3,
}
var queue = new Queue(app.queueRef, queueOptions, handleQueueTask)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused var

@@ -1,14 +1,11 @@
const fs = require('fs')
const path = require('path')
const async = require('async')
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unused libs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants