rename predef to globals in jshintrc
This commit is contained in:
@@ -60,7 +60,10 @@
|
|||||||
"wsh": false,
|
"wsh": false,
|
||||||
"yui": false,
|
"yui": false,
|
||||||
"indent": 4,
|
"indent": 4,
|
||||||
"predef": [ "require", "define" ],
|
"globals": {
|
||||||
|
"require": true,
|
||||||
|
"define": true
|
||||||
|
},
|
||||||
"quotmark": true,
|
"quotmark": true,
|
||||||
"maxcomplexity": 10
|
"maxcomplexity": 10
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user