phase 0 complete
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"rules": {
|
||||
"color-no-invalid-hex": true,
|
||||
"color-named": "never",
|
||||
"custom-property-pattern": "^[a-z][a-z0-9-]*$",
|
||||
"declaration-property-unit-allowed-list": {
|
||||
"font-size": ["rem", "em", "px"],
|
||||
"margin": ["rem", "px", "%"],
|
||||
"padding": ["rem", "px", "%"],
|
||||
"border-radius": ["rem", "px"]
|
||||
},
|
||||
"comment-no-empty": true,
|
||||
"shorthand-property-no-redundant-values": true,
|
||||
"no-duplicate-selectors": true,
|
||||
"selector-class-pattern": "^[a-z][a-z0-9-]*$"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["**/*.html"],
|
||||
"customSyntax": "postcss-html"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user