Skip to content

Instantly share code, notes, and snippets.

@mauriciomassaia
Created January 4, 2016 03:36
Show Gist options
  • Save mauriciomassaia/e702dcc93013d2f3c1bf to your computer and use it in GitHub Desktop.
Save mauriciomassaia/e702dcc93013d2f3c1bf to your computer and use it in GitHub Desktop.
jshintrc template with THREE and TweenMax
{
"browser": true,
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": false,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": false,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"strict": true,
"jquery": true,
"globals": {
"Detector": false,
"Linear": false,
"Power2": false,
"THREE": false,
"TweenMax": false,
"OrbitControls": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment