-
Notifications
You must be signed in to change notification settings - Fork 529
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
Configurable path to sass-lint.yml #47
Milestone
Comments
Snugug
added
under consideration
api
developer experience
enhancement
feedback wanted
and removed
under consideration
feedback wanted
labels
Aug 30, 2015
Think I'm going to implement this via a |
Snugug
added a commit
that referenced
this issue
Aug 30, 2015
* Add ability to recurse up directory tree to find nearest config file * Add ability to define a custom config path in `package.json` (relative to `package.json`) Resolves #47
Snugug
added a commit
that referenced
this issue
Aug 31, 2015
Allows custom config path param to be input and used directly instead of the dynamic find Relates to #47
Merged
donabrams
pushed a commit
to donabrams/sass-lint
that referenced
this issue
Nov 19, 2015
* Add ability to recurse up directory tree to find nearest config file * Add ability to define a custom config path in `package.json` (relative to `package.json`) Resolves sasstools#47
donabrams
pushed a commit
to donabrams/sass-lint
that referenced
this issue
Nov 19, 2015
Allows custom config path param to be input and used directly instead of the dynamic find Relates to sasstools#47
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be useful if an option could be passed to sass-lint that would let you change the path to the config file if you'd prefer not have another file in the project root, or have a dedicated folder containing all of your config files.
I originally posted this in the grunt-sass-lint repo but I realised it should actually be here.
The text was updated successfully, but these errors were encountered: