Skip to content

Instantly share code, notes, and snippets.

@urbanautomaton
Created June 11, 2015 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urbanautomaton/f065deb56c122f00340f to your computer and use it in GitHub Desktop.
Save urbanautomaton/f065deb56c122f00340f to your computer and use it in GitHub Desktop.
scss:
enabled: false
ruby:
config_file: .ruby-style.yml
javascript:
config_file: .jshintrc
{
"bitwise": true,
"curly": true,
"eqeqeq": true,
"es3": true,
"forin": false,
"freeze": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonbsp": true,
"undef": true,
"unused": true,
"strict": true,
"browser": true,
"devel": true,
"jquery": false,
"node": true,
"globals": {
"JSON": true
}
}
var $ = require('jquery');
$("fish");

With our .jshintrc

none

HoundCI

line 1: Redefinition of '$'.

line 3: Mixed double and single quotes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment