center-key/fetch-json

Add JSHint rule to disallow var declarations

dpilafian opened this issue · 1 comments

Configure the project to enforce the JSHint rule that prohibits var statements.

See "jshintConfig" in package.json:
https://github.com/center-key/fetch-json/blob/master/package.json#L30

JSHint documentation:
https://jshint.com/docs/options/#varstmt

Hi, can I work on this?