Add the stylelint pre-commit hook
This commit is contained in:
parent
a21e995527
commit
cb8e2b38f5
2 changed files with 13 additions and 3 deletions
6
.stylelintrc
Normal file
6
.stylelintrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"indentation": 4
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue