init
This commit is contained in:
10
nvim/rules/.stylelintrc.json
Normal file
10
nvim/rules/.stylelintrc.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"indentation": 2,
|
||||
"selector-pseudo-element-colon-notation": "double",
|
||||
"declaration-block-trailing-semicolon": "always",
|
||||
"no-empty-source": null,
|
||||
"color-hex-case": "lower"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user