Skip to content

Commit c32349e

Browse files
committed
Fix linting
1 parent bc89a6f commit c32349e

File tree

3 files changed

+1029
-23
lines changed

3 files changed

+1029
-23
lines changed

.stylelintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"property-no-vendor-prefix": true,
2929
"value-no-vendor-prefix": true,
3030
"number-leading-zero": "never",
31-
"font-weight-notation": "numeric",
3231
"at-rule-no-vendor-prefix": true,
3332
"selector-pseudo-element-colon-notation": "single",
3433
"selector-no-vendor-prefix": true,
@@ -38,6 +37,6 @@
3837
"media-feature-name-no-vendor-prefix": true,
3938
"media-feature-colon-space-before": "never",
4039
"media-feature-colon-space-after": "always",
41-
"max-empty-lines": null
40+
"max-empty-lines": null,
4241
}
4342
}

0 commit comments

Comments
 (0)