.jshintrc: Add the "latedef" option

redux
David Majda 11 years ago
parent 4362ba190c
commit af54963233

@ -5,6 +5,7 @@
"forin": true, "forin": true,
"freeze": true, "freeze": true,
"immed": true, "immed": true,
"latedef": "nofunc",
"laxbreak": true, "laxbreak": true,
"noempty": true, "noempty": true,
"nonew": true, "nonew": true,

Loading…
Cancel
Save