Add JSHint rule to disallow var declarations
dpilafian opened this issue · 1 comments
dpilafian commented
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
talhaabbasi commented
Hi, can I work on this?