Add .eslintrc rule to check JSDoc syntax

And fix the broken syntax rules
This commit is contained in:
Tim Mickel 2016-06-08 16:57:08 -04:00
parent 8081ec3a16
commit 1f1a4941f3
7 changed files with 17 additions and 11 deletions
src/engine

View file

@ -10,7 +10,7 @@ var defaultBlockPackages = {
/**
* Manages blocks, stacks, and the sequencer.
* @param blocks Blocks instance for this runtime.
* @param {!Blocks} blocks Blocks instance for this runtime.
*/
function Runtime (blocks) {
// Bind event emitter