-
Notifications
You must be signed in to change notification settings - Fork 201
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
feat(config): use find-config package to locate config #20
Conversation
Current coverage is
|
There is no need in creating symlink with postinstall script so it was removed. Getting started instruction provides command to get config template. closes #10
feat(config): use find-config package to locate config
For PR #20 |
@leonardoanalista see latest comment in #10 |
because this should bump the major version to 3 right? |
@leonardoanalista it doesn't breaks anything in fact |
great stuff! cheers |
I just made it to fit my needs :) |
The symlink and auto-file creation was a bit arguable. Jshint, eslint and others you have to create config file manually. Also now this module is more inclusive to Windows clients. |
There is no need in creating symlink with postinstall script so it was removed.
Getting started instruction provides command to get config template.
closes #10
includes #19