jsHint identifying ?. operator as an error

191 Views Asked by At

Has any one had success getting the new ?. operator in Javascript to pass jsHint? I have my project set up with esversion: 6 already, but I still get multiple errors. It appears that jsHint thinks it is an incorrect ternary operator. I'm aware I can have jsHint ignore the line, but I would prefer if I didn't have to do that each time I use the operator.

0

There are 0 best solutions below