5bf3054b6659c7b8888e6705a125509292f14c92
[koha.git] / .stylelintrc.json
1 {
2   "extends": "stylelint-config-standard-scss",
3   "plugins": [
4     "stylelint-order"
5   ],
6   "rules": {
7       "alpha-value-notation": null,
8       "color-function-notation": "legacy",
9       "color-hex-case": "upper",
10       "color-hex-length": null,
11       "color-named": "never",
12       "declaration-colon-newline-after": null,
13       "declaration-colon-space-after": "always",
14       "declaration-no-important": true,
15       "function-parentheses-space-inside": "always",
16       "indentation": 4,
17       "keyframes-name-pattern": null,
18       "max-line-length": null,
19       "media-feature-parentheses-space-inside": "always",
20       "no-descending-specificity": null,
21       "no-duplicate-selectors": true,
22       "no-invalid-position-at-import-rule": null,
23       "number-leading-zero": "never",
24       "order/properties-alphabetical-order": true,
25       "scss/dollar-variable-pattern": null,
26       "scss/no-global-function-names": null,
27       "selector-class-pattern": null,
28       "selector-id-pattern": null,
29       "selector-no-qualifying-type": null,
30       "selector-pseudo-class-parentheses-space-inside": "always",
31       "selector-pseudo-element-colon-notation": "double",
32       "shorthand-property-no-redundant-values": null,
33       "font-family-no-missing-generic-family-keyword": null
34   }
35 }