Skip to content

Commit 43587b1

Browse files
committed
Updated stylelint config
1 parent 55a5a23 commit 43587b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.stylelintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"stylelint-order"
44
],
55
"rules": {
6+
"at-rule-semicolon-space-before": "never",
67
"block-no-empty": true,
78
"block-opening-brace-newline-after": "always-multi-line",
89
"block-opening-brace-space-after": "always-single-line",
@@ -23,6 +24,7 @@
2324
"declaration-colon-space-before": "never",
2425
"declaration-no-important": true,
2526
"font-family-name-quotes": "always-where-recommended",
27+
"font-family-no-missing-generic-family-keyword": true,
2628
"function-calc-no-unspaced-operator": true,
2729
"indentation": 2,
2830
"length-zero-no-unit": true,
@@ -33,11 +35,11 @@
3335
"media-feature-name-no-vendor-prefix": true,
3436
"media-feature-range-operator-space-after": "always",
3537
"media-feature-range-operator-space-before": "always",
38+
"no-duplicate-at-import-rules": true,
3639
"no-eol-whitespace": true,
3740
"no-extra-semicolons": true,
3841
"no-invalid-double-slash-comments": true,
3942
"no-unknown-animations": true,
40-
#"no-unsupported-browser-features": true, Can be occasionally enabled to debug. Checks code against "Can I use" database.
4143
"number-leading-zero": "never",
4244
"order/properties-order": [
4345
"content",

0 commit comments

Comments
 (0)