Add Husky
Created by: MartijnCuppens
I've been using husky lately to run stylelint (with --fix
option) before things are committed. Adding this to Bootstrap would prevent a lot of failing tests for our PRs (for example the properties that aren't in correct order or trailing spaces). Maybe it could be interesting to add this?