mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
jshint 설정 분리
This commit is contained in:
parent
0005af60da
commit
8fac041af6
3 changed files with 77 additions and 9 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue