-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
src: set default config as node.json #57171
base: main
Are you sure you want to change the base?
src: set default config as node.json #57171
Conversation
Hmm, I'm a bit concerned about naming collisions with existing uses of |
Maybe noderc.json? That should not have collisions (I HOPE 😆) |
In any case, I don't think it should be unflagged from the first release. |
it's not unflagged, I'm not sure what are you referring to |
Okay then, I guess I didn't read the commit message correctly |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57171 +/- ##
==========================================
+ Coverage 90.35% 90.36% +0.01%
==========================================
Files 629 629
Lines 184308 184382 +74
Branches 36015 36025 +10
==========================================
+ Hits 166532 166619 +87
- Misses 10909 10911 +2
+ Partials 6867 6852 -15
|
When searching I was only able to find examples of |
Best options are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this play with file permissions?
I added a test, also will need a rebase after #57170 lands. There are 6k results for I wish we could just take it 🥺 Otherwise:
|
This PR changes the current behavior:
Will automatically look for a
node.json
file (I dont have strong opinion on the default)If a
--experimental-config-file-path
is provided it will use that: