express-csv icon indicating copy to clipboard operation
express-csv copied to clipboard

Unused csv variable deleted

Open theptrk opened this issue 9 years ago • 0 comments

Assigning a variable csv to require('express-csv') is unnecessary and throws a lint error for the unused variable that likely wont ever be used becauseres.csv` is already assigned a function.

Note: using recommended .jshintrc from https://github.com/jshint/jshint/blob/master/examples/.jshintrc.

theptrk avatar Apr 23 '15 06:04 theptrk