Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow spread operator in the linter #32

Open
raq929 opened this issue Dec 12, 2016 · 3 comments
Open

Disallow spread operator in the linter #32

raq929 opened this issue Dec 12, 2016 · 3 comments

Comments

@raq929
Copy link
Contributor

raq929 commented Dec 12, 2016

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.

@raq929
Copy link
Contributor Author

raq929 commented Dec 12, 2016

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

@gaand
Copy link

gaand commented Dec 13, 2016

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

@raq929
Copy link
Contributor Author

raq929 commented Dec 13, 2016

Leaving it open until that is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants