Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
https://github.com/stylelint-scss/stylelint-config-standard-scss/issu…
Browse files Browse the repository at this point in the history
…es/5

config change prettier
  • Loading branch information
GeorgeWL committed Feb 20, 2022
1 parent 41891b0 commit 9e179b4
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"trailingComma": "es5",
"trailingComma": "none",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
Expand Down
4 changes: 3 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
},
"rules"
],
{ "severity": "warning" }
{
"severity": "warning"
}
],
"order/properties-order": [
[
Expand Down

0 comments on commit 9e179b4

Please sign in to comment.