ga-wdi-boston/express-api-template-ARCHIVED

Disallow spread operator in the linter

Opened this issue · 3 comments

The linter currently allows the spread operator, but
per @gaand:
node --version === v4.6.2 does not support the spread operator. We're not using a transpiler with node.

I'm not sure how to do this with jshint; it may have to wait until we port to eslint.

gaand commented

This will not be a problem in the next cohort since they will use lts/boron or later (currently v6.9.2).

Leaving it open until that is fixed.