fixes #249
Annotations
10 errors
Run npm run lint:
src/blocks/scratch3_control.js#L158
'args' is defined but never used
|
Run npm run lint:
src/blocks/scratch3_control.js#L158
'util' is defined but never used
|
Run npm run lint:
src/compiler/jsgen.js#L948
Unexpected lexical declaration in case block
|
Run npm run lint:
src/compiler/jsgen.js#L952
Unexpected lexical declaration in case block
|
Run npm run lint:
src/engine/blocks.js#L813
This line has a length of 134. Maximum allowed is 120
|
Run npm run lint:
src/engine/camera.js#L5
'Runtime' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Run npm run lint:
src/engine/camera.js#L124
Strings must use singlequote
|
Run npm run lint:
src/engine/runtime.js#L2242
Missing space before function parentheses
|
Run npm run lint:
src/engine/runtime.js#L2267
Missing space before function parentheses
|
Run npm run lint:
src/extensions/scratch3_pen/index.js#L559
Do not access Object.prototype method 'hasOwnProperty' from target object
|
Loading