Skip to content

Commit ac9a6a9

Browse files
Simplify stylelint-prettier config
1 parent d67a848 commit ac9a6a9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

stylelint.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
const pattern = "^(MMM-CalendarExt2|CX2|fake_module|module-content|[a-z][a-zA-Z0-9]+(_\\d+)?)$";
22
const config = {
3-
"extends": ["stylelint-config-standard"],
4-
"plugins": ["stylelint-prettier"],
3+
"extends": ["stylelint-config-standard", "stylelint-prettier/recommended"],
54
"root": true,
65
"rules": {
76
"declaration-block-no-redundant-longhand-properties": null,
87
"keyframes-name-pattern": pattern,
98
"no-descending-specificity": null,
10-
"prettier/prettier": true,
119
"rule-empty-line-before": null,
1210
"selector-class-pattern": pattern
1311
}

0 commit comments

Comments
 (0)