Skip to content

Commit

Permalink
stylelint-config-standard-scss added
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 8, 2024
1 parent 208d77e commit 1532e12
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 435 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "stylelint-config-standard-scss",
"rules": {
"block-no-empty": null,
"color-no-invalid-hex": true,
"declaration-colon-space-after": "always",
"selector-class-pattern": null,
"indentation": 4,
"max-empty-lines": 2,
"unit-no-unknown": true,
"property-no-vendor-prefix": true
}
Expand Down
Loading

0 comments on commit 1532e12

Please sign in to comment.