matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

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

Closed mehcode closed 8 years ago

mehcode commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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

@seka Thank you for your work, bro!