jshint 설정 분리

This commit is contained in:
bnu 2015-01-21 13:17:56 +09:00
parent 0005af60da
commit 8fac041af6
3 changed files with 77 additions and 9 deletions

View file

@ -172,15 +172,6 @@ module.exports = function(grunt) {
'modules/widget/tpl/js/*.js',
],
options : {
globalstrict: false,
undef : false,
eqeqeq: false,
browser : true,
globals: {
"jQuery" : true,
"console" : true,
"window" : true
},
ignores : [
'**/jquery*.js',
'**/swfupload.js',