Skip to content

Commit

Permalink
Update stylelint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Jun 30, 2023
1 parent 72302c2 commit 2e1de3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"stylus/selector-list-comma": "always",
"stylus/selector-list-comma-newline-after": "never-multi-line",
"stylus/media-feature-colon": "always",
"stylus/single-line-comment": false,
"stylus/single-line-comment-no-empty": false,
"stylus/single-line-comment": null,
"stylus/single-line-comment-no-empty": null,
"stylus/block-closing-brace-newline-after": "never-single-line"
}
}

0 comments on commit 2e1de3e

Please sign in to comment.