Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ae93739

Browse files
committed
chore(stylelint): enable prettier recommendation
1 parent f4b9af3 commit ae93739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
extends: ["stylelint-config-standard"],
2+
extends: ["stylelint-config-standard", "stylelint-prettier/recommended"],
33
plugins: ["stylelint-order"],
44
rules: {
55
/**

0 commit comments

Comments
 (0)