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

extend *.rc files in addition to json #1080

Merged
merged 2 commits into from Mar 4, 2018
Merged

Conversation

genepaul
Copy link
Contributor

fixes #1035

This simply updates the regex to include *.*rc files. It does not handle the situation with rc files that are formatted in INI format. That seems to be a separate discussion.

@genepaul
Copy link
Contributor Author

I tested this locally with a project that had been broken before because it was using .nycrc to extend, and this change fixes it.

@bcoe
Copy link
Member

bcoe commented Mar 4, 2018

@genepaul this seems like a great addition to me, thanks for the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"extends" should also trigger for files without extension that end in "rc"
2 participants