survivejs / maintenance-book

”SurviveJS — Maintenance” book
https://survivejs.com/maintenance/
111 stars 21 forks source link

Update stylelint configs #64

Closed sapegin closed 6 years ago

sapegin commented 6 years ago
  1. Remove --syntax option, stylelint can detect syntax by file extension now.
  2. Use Prettier instaed of stylefmt in the lint-staged example.