mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
enable JSHint's "immed" test
This commit is contained in:
parent
769a71298e
commit
dabb0b4410
@ -3,7 +3,7 @@
|
||||
"curly": true,
|
||||
"eqeqeq": false,
|
||||
"forin": true,
|
||||
"immed": false,
|
||||
"immed": true,
|
||||
"latedef": false,
|
||||
"newcap": false,
|
||||
"noarg": false,
|
||||
|
||||
@ -113,4 +113,4 @@ var doop = require("jsdoc/util/doop").doop;
|
||||
}
|
||||
|
||||
|
||||
})();
|
||||
}());
|
||||
|
||||
@ -465,4 +465,4 @@
|
||||
return '<a href="'+url+'">'+hash+'</a>';
|
||||
}
|
||||
|
||||
})();
|
||||
}());
|
||||
|
||||
@ -209,5 +209,5 @@
|
||||
});
|
||||
}
|
||||
|
||||
})();
|
||||
}());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user