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

Support build tools such as gulp-standard #178

Open
webdevian opened this issue Apr 12, 2017 · 1 comment
Open

Support build tools such as gulp-standard #178

webdevian opened this issue Apr 12, 2017 · 1 comment

Comments

@webdevian
Copy link

Sometimes standard is included in a project as a child dependency so it won't be listed in package.json.

For instance, I use gulp-standard for my linting, but don't have standard as a separate dependency because I don't want to keep 2 versions in sync.

@sonicdoe sonicdoe changed the title Look in node_modules when "Check for standard" is turned on Support build tools such as gulp-standard Jul 29, 2017
@sonicdoe
Copy link
Collaborator

I’d rather not lint if standard is installed as a sub-dependency. I think the package author should make an explicit decision in the top-level package.json if the project uses standard. However, given that gulp-standard is officially listed as a build tool on standardjs.com, I’d be open to support these build tools explicitly.

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

No branches or pull requests

2 participants