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

Added basic search for config file #12

Merged
merged 1 commit into from Dec 8, 2018
Merged

Added basic search for config file #12

merged 1 commit into from Dec 8, 2018

Conversation

jeffwillette
Copy link
Contributor

@jeffwillette jeffwillette commented Dec 6, 2018

  • added .prettierrc to maintain rules for editors to follow
  • added an order of precedence for filepaths
  • changed could not parse config error to use correct variable for the case
    where the config filename was changed
  • fixes gqlint file location #11

Copy link
Owner

@happylinks happylinks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR! I tested it myself and it seems to work great.

I added one comment about the console.error, and do we need to add a yarn.lock file? I already have the package-lock, not sure if two lockfiles is needed. (this would also mean we have to keep both up to date all the time)
If you can fix those I can merge it and release a new version.

bin/gqlint.js Outdated Show resolved Hide resolved
.prettierrc Show resolved Hide resolved
bin/gqlint.js Show resolved Hide resolved
- added .prettierrc to maintain rules for editors to follow
- added an order of precedence for filepaths
- changed could not parse config error to use correct variable for the case
  where the config filename was changed
@coveralls
Copy link

coveralls commented Dec 8, 2018

Coverage Status

Coverage remained the same at 97.635% when pulling df07255 on deltaskelta:config-path into e5f8401 on happylinks:master.

@happylinks happylinks merged commit a2abfc6 into happylinks:master Dec 8, 2018
@happylinks
Copy link
Owner

Awesome, I just published this as version 1.8.0.
Thanks again and let me know if you have any other ideas for this tool :)

@jeffwillette jeffwillette deleted the config-path branch December 8, 2018 13:04
@jeffwillette
Copy link
Contributor Author

ok, will do. Thanks

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.

gqlint file location
3 participants