Skip to content

Commit

Permalink
Fix string-quotes rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Roni Laukkarinen committed Nov 8, 2018
1 parent 89ea5d1 commit d6ee536
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"value-list-comma-newline-after": "never",
"selector-list-comma-newline-after": "always",
"declaration-colon-space-before": "never",
"string-quotes": "single", { "avoidEscape" : true },
"declaration-block-trailing-semicolon": "always",
"no-eol-whitespace": "false",
"number-no-trailing-zeros": "true",
"block-opening-brace-newline-after": "never",
"block-closing-brace-newline-after": "always-multi-line",
"declaration-empty-line-before": "never",
rule-empty-line-before: "always",
"string-quotes": "single",
"at-rule-empty-line-before": [
"always",
{
Expand All @@ -25,8 +25,7 @@
"blockless-after-same-name-blockless"
],
"ignore": [
"after-comment",
"global.scss"
"after-comment"
],
}
]
Expand Down

0 comments on commit d6ee536

Please sign in to comment.