mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 03:49:11 +00:00
16 lines
458 B
Text
16 lines
458 B
Text
{
|
|
"customSyntax": "@stylelint/postcss-css-in-js",
|
|
"extends": [
|
|
"stylelint-config-recommended",
|
|
"stylelint-config-styled-components"
|
|
],
|
|
"rules": {
|
|
"color-function-notation": "modern",
|
|
"shorthand-property-no-redundant-values": true,
|
|
"font-weight-notation": "numeric",
|
|
"alpha-value-notation": "percentage",
|
|
"hue-degree-notation": "angle",
|
|
"function-calc-no-unspaced-operator": true,
|
|
"length-zero-no-unit": true
|
|
}
|
|
}
|