schema
schema copied to clipboard
lint javascript
for some reason code in this repo doesn't seem to conform to our usual jslint config.
just noticed this code:
if( isForced() ) drop();
else prompt( drop, fail );
we usually enforce curly braces around if
statements.