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 custom path / glob for kyt lint-* commands #548

Open
montmanu opened this issue Nov 16, 2017 · 0 comments
Open

support custom path / glob for kyt lint-* commands #548

montmanu opened this issue Nov 16, 2017 · 0 comments
Labels

Comments

@montmanu
Copy link
Contributor

Versions of kyt, node, OS

kyt node OS
kyt@1.0.0-alpha.3 v8.8.1 Darwin 15.6.0 x86_64 i386

Bug or Feature?

Feature

Current Behavior

neither of the following commands restricts the linter to the supplied path / glob:

# where package.scripts['lint-script'] = "kyt lint-script --"
npm run lint-script -- path/to/my/mod/**/*.js 
./node_modules/.bin/kyt lint-script -- path/to/my/mod/**/*.js

Desired Behavior

the following command passes the path / glob argument to the underlying linter

npm run lint-script -- path/to/my/mod/**/*.js
@montmanu montmanu changed the title support custom path / glob for lint-* support custom path / glob for kyt lint-* commands Nov 16, 2017
@woodb woodb added the stale label Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants