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

Add support for stylelint extends (in the styelintrc) #129

Closed
mehcode opened this issue Apr 23, 2016 · 2 comments
Closed

Add support for stylelint extends (in the styelintrc) #129

mehcode opened this issue Apr 23, 2016 · 2 comments

Comments

@mehcode
Copy link

mehcode commented Apr 23, 2016

For instance (in stylelintrc):

{
  "extends": "stylelint-config-standard"
}

What happens now:

TypeError: Cannot read property 'indentation' of undefined
    at getIndentationFromStylelintConfig (.../node_modules/stylefmt/lib/params.js:43:26)
    at .../node_modules/stylefmt/lib/params.js:71:28
@bahmutov
Copy link

same problem, but great tools - I started using the stylefmt + stylelint combination, just like using standard + standard-format for my JS code. Great job!

@matype
Copy link
Owner

matype commented May 23, 2016

@mehcode @bahmutov Just released v3.3.0 to support stylelint extends, please update and confirm it :)

@seka Thank you for your work, bro!

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

3 participants