popcode icon indicating copy to clipboard operation
popcode copied to clipboard

Duplicated variable declaration is not throwing an error

Open outoftime opened this issue 9 years ago • 0 comments

var name;
var name;

This should generate an error, but does not. JSHint doesn’t actually validate this(!).

We should just bite the bullet and integrate ESLint as well.

outoftime avatar Oct 22 '16 00:10 outoftime