express-csv
express-csv copied to clipboard
Unused csv variable deleted
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 because
res.csv` is already assigned a function.
Note: using recommended .jshintrc from https://github.com/jshint/jshint/blob/master/examples/.jshintrc.