Skip to content

Commit 993fa42

Browse files
authoredOct 28, 2024
Merge pull request #6 from a2937/fix/remove-bad-rule-stylelint
fix: remove broken rule from stylelint config
2 parents 11adbb0 + ba674f0 commit 993fa42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.stylelintrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"rules": {
33
"no-invalid-double-slash-comments": true,
4-
"no-extra-semicolons": true,
54
"no-duplicate-selectors": true,
65
"font-family-no-duplicate-names": true,
76
"declaration-block-no-shorthand-property-overrides": true,

0 commit comments

Comments
 (0)
Failed to load comments.