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

Add support for ESLint v4 to package.json #197

Closed
wants to merge 1 commit into from

Conversation

soda0289
Copy link
Contributor

@soda0289 soda0289 commented Apr 10, 2017

Fix #196

@@ -41,7 +41,7 @@
"license": "MIT",
"dependencies": {
"bufferstreams": "^1.1.1",
"eslint": "^3.0.0",
"eslint": "3.x.x - 4.x.x",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^4.0.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They have only released alpha build which means settings it to ^4.0.0 will not work. I can wait a few weeks until the official v4 is out. Thanks.

@coveralls
Copy link

coveralls commented Apr 10, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 8238167 on soda0289:patch-1 into 132d5cc on adametry:master.

@soda0289
Copy link
Contributor Author

Will wait for official v4 to be released

@soda0289 soda0289 closed this Apr 10, 2017
@shinnn
Copy link
Collaborator

shinnn commented Apr 10, 2017

@soda0289 No need to close this. We can keep this open and will merge it when eslint 4.0.0-stable is available.

@soda0289
Copy link
Contributor Author

soda0289 commented Apr 10, 2017

I screwed up by force pushing to this branch after closing it. Sorry, I'll have to open another PR

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

Successfully merging this pull request may close these issues.

3 participants