logdna / nodejs

Node.js library for logging to LogDNA
MIT License
74 stars 66 forks source link

style: apply no-var linting rule #80

Closed weizou19 closed 5 years ago

weizou19 commented 5 years ago

lint will detect inappropriate declare. If we have good test coverage for everywhere const and let are used, unit test will fail in case anything inappropriate happens