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 eslintConfig to new projects automatically #1457

Merged
merged 1 commit into from
Sep 21, 2018
Merged

Add eslintConfig to new projects automatically #1457

merged 1 commit into from
Sep 21, 2018

Conversation

lifeiscontent
Copy link
Contributor

I added the eslintConfig to automatically be injected into the package.json rather than having to go the extra step and copy/paste it manually.

@gaearon
Copy link
Contributor

gaearon commented Feb 24, 2017

We actually used to do this in the past, but there were issues with editors not finding the config since it was a deeper dependency. We now switched away from bundledDependencies so dependencies should be flat again, but this will still bite npm 2 users.

I would hold off until we officially stop supporting npm 2.

@Timer
Copy link
Contributor

Timer commented Apr 22, 2017

Is this worth doing if we detect the Node version to be >= 6? Or would we be concerned about project portability between team members then?

@lifeiscontent
Copy link
Contributor Author

@gaearon what would you suggest for the resolve of this PR? Should I close it or should I push further in a direction?

@gaearon
Copy link
Contributor

gaearon commented Jun 2, 2017

I think we can do it—let's revisit this next time we look at cutting a minor release.

@gaearon gaearon added this to the 1.x milestone Jun 2, 2017
@gaearon gaearon modified the milestones: 1.x, 2.x Jan 14, 2018
@Timer
Copy link
Contributor

Timer commented Sep 21, 2018

We were worried about npm 2 in 2017? Gee, how time flies...

@Timer Timer modified the milestones: 2.x, 2.0.0 Sep 21, 2018
@Timer Timer merged commit 8af019b into facebook:master Sep 21, 2018
Timer pushed a commit to Timer/create-react-app that referenced this pull request Sep 21, 2018
zmitry pushed a commit to zmitry/create-react-app that referenced this pull request Sep 30, 2018
@lock lock bot locked and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants