schema icon indicating copy to clipboard operation
schema copied to clipboard

lint javascript

Open missinglink opened this issue 6 years ago • 0 comments

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.

missinglink avatar Aug 07 '18 17:08 missinglink