Add the stylelint pre-commit hook

This commit is contained in:
Jonny Barnes 2016-06-20 22:11:12 +01:00
parent a21e995527
commit cb8e2b38f5
2 changed files with 13 additions and 3 deletions

6
.stylelintrc Normal file
View file

@ -0,0 +1,6 @@
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4
}
}