Add stylelint
This commit is contained in:
parent
fce7d6b681
commit
62f7e4d45c
11 changed files with 773 additions and 32 deletions
6
.stylelintrc.json
Normal file
6
.stylelintrc.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"indentation": 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue