Skip to content

Commit

Permalink
Update Stylelint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Oct 3, 2023
1 parent ef84d95 commit 6d30f18
Show file tree
Hide file tree
Showing 3 changed files with 765 additions and 167 deletions.
4 changes: 1 addition & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "stylelint-config-standard-scss",
"rules": {
"indentation": 4,
"font-family-no-missing-generic-family-keyword": [
true,
{
Expand All @@ -13,7 +12,6 @@
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"scss/no-global-function-names": null,
"scss/at-extend-no-missing-placeholder": null,
"string-quotes": "single"
"scss/at-extend-no-missing-placeholder": null
}
}
Loading

0 comments on commit 6d30f18

Please sign in to comment.