mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
23 lines
843 B
JSON
23 lines
843 B
JSON
{
|
|
"plugins": ["stylelint-scss"],
|
|
"extends": "stylelint-config-standard-scss",
|
|
"rules": {
|
|
"alpha-value-notation": "number",
|
|
"block-no-redundant-nested-style-rules": null,
|
|
"color-function-alias-notation": null,
|
|
"color-function-notation": ["legacy", { "ignore": ["with-var-inside"] }],
|
|
"custom-property-pattern": null,
|
|
"declaration-block-no-redundant-longhand-properties": null,
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"hue-degree-notation": "number",
|
|
"no-invalid-position-at-import-rule": null,
|
|
"selector-class-pattern": null,
|
|
"selector-id-pattern": null,
|
|
"selector-type-no-unknown": null,
|
|
"shorthand-property-no-redundant-values": null,
|
|
"scss/dollar-variable-pattern": null,
|
|
"scss/no-global-function-names": null,
|
|
"scss/operator-no-newline-after": null
|
|
}
|
|
}
|