add stylelint to validation
This commit is contained in:
9
.stylelintrc.json
Normal file
9
.stylelintrc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"comment-empty-line-before": null,
|
||||
"indentation": 4,
|
||||
"no-descending-specificity": null,
|
||||
"selector-list-comma-newline-after": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user