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

Allow multiple include paths #81

Closed
maskedjellybean opened this issue Mar 26, 2019 · 1 comment · Fixed by #133
Closed

Allow multiple include paths #81

maskedjellybean opened this issue Mar 26, 2019 · 1 comment · Fixed by #133
Labels

Comments

@maskedjellybean
Copy link

Problem Description

Perhaps this is already possible, but it doesn't seem to be. I would like to be able to include multiple paths in my config file, exactly the same way that sass-lint allows. For example, inside my config yml file:

files:
  include:
    - sass/**/*.s+(a|c)ss
    - ../anotherdirectory/sass/**/*.s+(a|c)ss

Running npm run lint:fix with the above config gives me the error TypeError: glob pattern string required.

Is this possible? Is there a work around that doesn't involve maintaining another config file inside of the other directory and running npm run lint:fix twice (once from each directory)?

@srowhani
Copy link
Owner

🎉 This issue has been resolved in version 0.19.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

2 participants