We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67a848 commit ac9a6a9Copy full SHA for ac9a6a9
1 file changed
stylelint.config.mjs
@@ -1,13 +1,11 @@
1
const pattern = "^(MMM-CalendarExt2|CX2|fake_module|module-content|[a-z][a-zA-Z0-9]+(_\\d+)?)$";
2
const config = {
3
- "extends": ["stylelint-config-standard"],
4
- "plugins": ["stylelint-prettier"],
+ "extends": ["stylelint-config-standard", "stylelint-prettier/recommended"],
5
"root": true,
6
"rules": {
7
"declaration-block-no-redundant-longhand-properties": null,
8
"keyframes-name-pattern": pattern,
9
"no-descending-specificity": null,
10
- "prettier/prettier": true,
11
"rule-empty-line-before": null,
12
"selector-class-pattern": pattern
13
}
0 commit comments