Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

support eslint@4.x #178

Merged
merged 4 commits into from
Jun 15, 2017
Merged

support eslint@4.x #178

merged 4 commits into from
Jun 15, 2017

Conversation

aladdin-add
Copy link
Contributor

@aladdin-add aladdin-add commented Jun 8, 2017

What is the purpose of this pull request? (put an "X" next to item)
[x] Other, please explain: support eslint@v4 (fixes #177 )

What changes did you make? (Give an overview)

  • fix invalid eslint config.
  • upgrade devDependencies & peerDependencies.
  • fix eslint errors.

Is there anything you'd like reviewers to focus on?

  • to fix max-len errors, change the config 80 to 120.
  • update peerdep: eslint<4.0.0 to eslint<5.0.0, I'm not sure about it.

@MoOx
Copy link
Contributor

MoOx commented Jun 8, 2017

where did you find errors? Is it related to latest version? Latest build was ok https://travis-ci.org/MoOx/eslint-loader/builds/217043093

@aladdin-add aladdin-add changed the title fix: eslint errors wip fix: eslint errors Jun 8, 2017
@aladdin-add
Copy link
Contributor Author

aladdin-add commented Jun 8, 2017

oh.. I made a mistake. these are testing...
will update later.

update the OP.

@aladdin-add aladdin-add changed the title wip fix: eslint errors wip fix: eslint config Jun 8, 2017
@aladdin-add aladdin-add changed the title wip fix: eslint config fix: eslint config Jun 8, 2017
@aladdin-add aladdin-add changed the title fix: eslint config fix: eslint config error Jun 8, 2017
@aladdin-add aladdin-add changed the title fix: eslint config error support eslint@4.x Jun 9, 2017
@aladdin-add
Copy link
Contributor Author

aladdin-add commented Jun 9, 2017

ci failed on node@v4.

npm ERR! peerinvalid The package eslint@4.0.0-rc.0 does not satisfy its siblings' peerDependencies requirements!

why this error? 4.0.0-rc.0 < 5.0.0. right?

@aladdin-add
Copy link
Contributor Author

@MoOx eslint@4.0.0 released. it seems all the tests passed. you can merge the PR. :)

@eliperelman eliperelman mentioned this pull request Jun 12, 2017
4 tasks
@d4rkr00t d4rkr00t mentioned this pull request Jun 14, 2017
12 tasks
@MoOx MoOx merged commit 553d551 into webpack-contrib:master Jun 15, 2017
@MoOx MoOx mentioned this pull request Jun 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support eslint@4.x
2 participants