paolostyle / autoslap

Install and configure ESLint, Prettier, lint-staged and Husky with one command
MIT License
17 stars 2 forks source link

Add Stylelint supprt #1

Open Zireael opened 5 years ago

Zireael commented 5 years ago

Hi, Not sure if it would be in scope for you, but would you consider adding Stylelint support (handling CSS)?

https://github.com/stylelint/stylelint

Thanks for your work thus far!

paolostyle commented 5 years ago

Hey, thanks for the suggestion!

I thought about adding it at the beginning, but since I wanted to keep this package more universal (i.e. the default config makes sense for both Node and frontend apps) I decided to not do that for now. I definitely think this is something that could be added, but most likely with a flag and not in the default setting. I'm going to add support for personalized configs though, so it will most likely come with that feature.