-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
What's the valid structure of .nycrc.json? #1271
Comments
The README shows examples of package.json where the configuration is placed inside an @AndrewFinlay do you have any thoughts on how we might clarify this? |
Maybe then would be good at least to mention that outside package.json |
Personally I don't think writing the config examples from a nyc stanza perspective is too bad but I can see how it could be misleading. At the very least the config examples should be consistent. I can think of two solutions to this, the first is to drop the |
My strong preference for this issue is a documentation fix. Dropping |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Readme says it should start with
{ "nyc" : {
While with
"nyc":{
it doesn't work (at least for windows 10, and yesterday downloaded nyc) in .nycrc.jsonLuckily I found this :
istanbuljs/babel-plugin-istanbul#120
Which let me try to remove the nyc parent
The text was updated successfully, but these errors were encountered: