|
3 | 3 | "stylelint-order" |
4 | 4 | ], |
5 | 5 | "rules": { |
| 6 | + "at-rule-semicolon-space-before": "never", |
6 | 7 | "block-no-empty": true, |
7 | 8 | "block-opening-brace-newline-after": "always-multi-line", |
8 | 9 | "block-opening-brace-space-after": "always-single-line", |
|
23 | 24 | "declaration-colon-space-before": "never", |
24 | 25 | "declaration-no-important": true, |
25 | 26 | "font-family-name-quotes": "always-where-recommended", |
| 27 | + "font-family-no-missing-generic-family-keyword": true, |
26 | 28 | "function-calc-no-unspaced-operator": true, |
27 | 29 | "indentation": 2, |
28 | 30 | "length-zero-no-unit": true, |
|
33 | 35 | "media-feature-name-no-vendor-prefix": true, |
34 | 36 | "media-feature-range-operator-space-after": "always", |
35 | 37 | "media-feature-range-operator-space-before": "always", |
| 38 | + "no-duplicate-at-import-rules": true, |
36 | 39 | "no-eol-whitespace": true, |
37 | 40 | "no-extra-semicolons": true, |
38 | 41 | "no-invalid-double-slash-comments": true, |
39 | 42 | "no-unknown-animations": true, |
40 | | - #"no-unsupported-browser-features": true, Can be occasionally enabled to debug. Checks code against "Can I use" database. |
41 | 43 | "number-leading-zero": "never", |
42 | 44 | "order/properties-order": [ |
43 | 45 | "content", |
|
0 commit comments