Commit 04578ce7 authored by Nick Stenning's avatar Nick Stenning

Add jshint and hound config

parent 6ccdf6a5
coffeescript:
enabled: false
javascript:
config_file: .jshintrc
ignore_file: .jshintignore
ruby:
enabled: false
scss:
enabled: false
build/
docs/
node_modules/
h/browser/chrome/content/
h/static/scripts/vendor/
h/templates/
**/*.min.js
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"latedef": "nofunc",
"maxcomplexity": 10,
"strict": true,
"undef": true,
"unused": true,
"globals": {
"chrome": false,
"h": false,
"Promise": false,
"angular": false,
"chai": false,
"moment": false,
"jstz": false,
"sinon": false,
"JSON": false
},
"browser": true,
"browserify": true,
"mocha": true,
"phantom": true,
"jquery": true
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment