rename predef to globals in jshintrc

This commit is contained in:
Nick Nisi
2014-04-07 07:33:26 -05:00
parent 638fdcc844
commit 10bfebc852

View File

@@ -60,7 +60,10 @@
"wsh": false,
"yui": false,
"indent": 4,
"predef": [ "require", "define" ],
"globals": {
"require": true,
"define": true
},
"quotmark": true,
"maxcomplexity": 10
}