Skip to content

Commit

Permalink
Fix stylelint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Aug 20, 2024
1 parent 8daec1c commit b795cb6
Show file tree
Hide file tree
Showing 6 changed files with 667 additions and 114 deletions.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
],
"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
}
}
Loading

0 comments on commit b795cb6

Please sign in to comment.