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

Configurable path to sass-lint.yml #47

Closed
davegreenwp opened this issue Aug 30, 2015 · 1 comment
Closed

Configurable path to sass-lint.yml #47

davegreenwp opened this issue Aug 30, 2015 · 1 comment

Comments

@davegreenwp
Copy link

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.

@Snugug
Copy link
Member

Snugug commented Aug 30, 2015

Think I'm going to implement this via a sasslintConfig field in package.json like eslint does

@Snugug Snugug mentioned this issue Aug 30, 2015
1 task
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 Snugug added this to the 1.1.0 milestone Aug 30, 2015
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
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
Projects
None yet
Development

No branches or pull requests

2 participants