Skip to content

Commit

Permalink
style: fix stylelint settings
Browse files Browse the repository at this point in the history
stylelint-config-prettier is not necessary anymore
  • Loading branch information
Markus-Ende committed Apr 16, 2024
1 parent 4d48e90 commit 3c80e2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"plugins": ["stylelint-scss"],
"extends": ["stylelint-config-standard"],
"rules": {}
}

0 comments on commit 3c80e2e

Please sign in to comment.