wip
This commit is contained in:
parent
095ac520a9
commit
7fcc90f052
35 changed files with 302 additions and 233 deletions
|
|
@ -27,11 +27,15 @@ const stylelintConfig: stylelint.Config = {
|
|||
"@stylistic/function-parentheses-space-inside": undefined,
|
||||
"@stylistic/selector-list-comma-newline-after": undefined,
|
||||
"@stylistic/string-quotes": undefined,
|
||||
"alpha-value-notation": ["percentage"],
|
||||
"color-function-notation": "modern",
|
||||
"color-no-hex": true,
|
||||
"custom-property-pattern": undefined,
|
||||
"declaration-block-no-duplicate-custom-properties": true,
|
||||
"declaration-block-no-duplicate-properties": true,
|
||||
"declaration-block-no-redundant-longhand-properties": true,
|
||||
"declaration-block-no-shorthand-property-overrides": true,
|
||||
"function-disallowed-list": ["rgba", "hsla", "rgb", "hsl"],
|
||||
"max-nesting-depth": undefined,
|
||||
"no-descending-specificity": undefined,
|
||||
"no-duplicate-selectors": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue