Skip to content

Commit

Permalink
Remove needless stylelint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Oct 25, 2023
1 parent a9e119b commit 321b8cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"extends": [
"stylelint-config-sass-guidelines",
"stylelint-config-recess-order",
"stylelint-config-prettier"
],
"extends": ["stylelint-config-sass-guidelines", "stylelint-config-recess-order"],
"rules": {
"order/properties-alphabetical-order": null
}
Expand Down

0 comments on commit 321b8cf

Please sign in to comment.