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

Can not specify 'indentation' with tabs, why? #76

Open
serjyamp opened this issue Mar 19, 2017 · 2 comments
Open

Can not specify 'indentation' with tabs, why? #76

serjyamp opened this issue Mar 19, 2017 · 2 comments

Comments

@serjyamp
Copy link

.pipe(sassLint({ rules:{ "class-name-format" : 0, "no-important" : 0, "property-sort-order" : 0, "indentation" : { "size" : "tab" } } }))

How to make linter require tabs? I'm still getting "Expected indentation of 2 space but found 4"

@hlohrenz
Copy link

I would like to know how to specify the size of tabs as well.. I use 4 spaces instead of 2.. I would like to tell the sass linter to expect 4, not 2 by default.

@dippas
Copy link

dippas commented Sep 10, 2019

I also have tried all sort of combinations to check for indentation lint but it seems to me that is not checking at all for indention, either for spaces or tabs.

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

No branches or pull requests

3 participants