ld31-space-diggers/node_modules/gulp-uglify/.jshintrc

18 lines
275 B
Text
Raw Normal View History

2014-12-07 20:57:49 +01:00
{
"node": true,
"bitwise": true,
"camelcase": false,
"curly": true,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"nonew": true,
"noempty": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true
}