-
Notifications
You must be signed in to change notification settings - Fork 347
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 a NODE_ENV configuration setting for eslint #988
Conversation
Hey @dbaeumer, is there anything I can do to help expedite getting this PR reviewed / merged? 🙂 |
This partially reverts commit d253e18.
@dbaeumer Could you review my changes when you get a chance? I'm really eager to get these changes merged & published, as the only way I can use VSCode at work right now is via the |
@dbaeumer Could you take a look? I believe I've made all of the requested changes. |
@dbaeumer Are we good to merge this? |
@dbaeumer Sorry to keep nagging, but it's been over a month since I made the changes you requested! Did I miss anything? I'd really like to get this PR merged! 🙏🙏 |
I've merged the latest upstream changes into the PR branch, and verified that everything is working as expected. |
I'd really appreciate some feedback regarding this PR! By the way, the change requested is on a line that's unaffected by the actual change, which might be why GitHub isn't showing that PR comment as "outdated". |
I merged it in but changed env back to |
Thanks!! It's been awhile, but I think I made that change because I saw a type error when running the extension in debug mode? I've gotten to know TypeScript a lot better since I wrote that though, I agree that including Thanks again! |
@mattlubner would you mind provide a default value for
https://github.com/facebook/create-react-app/blob/main/packages/babel-preset-react-app/create.js#L57 |
Addresses #983