Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix: remove broke stylelint rule
Browse files Browse the repository at this point in the history
rule is broken when used with prettier

Signed-off-by: Cory Rylan <[email protected]>
  • Loading branch information
Cory Rylan authored and coryrylan committed Nov 7, 2019
1 parent 4209909 commit 90b0ac6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/clr-ui/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"max-nesting-depth": 3,
"block-closing-brace-newline-after": "always",
"rule-empty-line-before": [ "always-multi-line", {
except: ["first-nested"],
ignore: ["after-comment"],
Expand Down

0 comments on commit 90b0ac6

Please sign in to comment.