Lodash is a popular Javascript Library and it has a particular way of denoting its variables and functinos (there might be other things) and I would like these not to be flagged as errors.
in particular the use of _ _( _.
Currently the following are flagged as errors, but there are not and they work as expected in my code.
Function
_(data).map(function(data){}

Variable
_.map(timeScaleRanges, "label")

Links