Skip to content

Commit

Permalink
Stylelint update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Aug 20, 2024
1 parent 07374d1 commit 295dcfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"plugins": ["stylelint-order"],
"rules": {
"max-nesting-depth": 6,
"selector-no-vendor-prefix": [true,
"selector-no-vendor-prefix": [
true,
{
"ignoreSelectors": ["/-moz-.*/", "/-ms-.*/", "/-webkit-.*/"]
}
Expand All @@ -23,6 +24,7 @@
"color-function-notation": "modern",
"selector-class-pattern": null,
"scss/percent-placeholder-pattern": null,
"order/properties-alphabetical-order": true
"order/properties-alphabetical-order": true,
"@stylistic/function-parentheses-space-inside": null
}
}

0 comments on commit 295dcfd

Please sign in to comment.