Skip to content

Commit

Permalink
build: 📦️ update lint settings
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Jan 5, 2024
1 parent 6046a1b commit 6146b39
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
{
"extends": [ "stylelint-config-wikimedia/mediawiki", "stylelint-config-wikimedia/support-basic" ],
"extends": [ "stylelint-config-wikimedia" ],
"rules": {
"at-rule-disallowed-list": null,
"declaration-no-important": null,
"function-url-quotes": "always",
"no-descending-specificity": null,
"rule-empty-line-before": null,
"selector-class-pattern": null,
"font-weight-notation": null,
"selector-max-id": null,
"selector-not-notation": "complex",
"selector-type-no-unknown": null,
"wikimedia/no-at-import-css": null,
"stylistic/declaration-colon-newline-after": null,
"stylistic/declaration-colon-space-after": "always-single-line",
"stylistic/function-parentheses-space-inside": "never",
"stylistic/indentation": null,
"stylistic/media-feature-parentheses-space-inside": "never",
"stylistic/selector-attribute-brackets-space-inside": "never",
"stylistic/selector-descendant-combinator-no-non-space": null,
"stylistic/selector-pseudo-class-parentheses-space-inside": "never",
"stylistic/value-list-comma-newline-after": null
"no-descending-specificity": null,
"declaration-no-important": null,
"unit-disallowed-list": null,
"declaration-property-unit-disallowed-list": null
}
}

0 comments on commit 6146b39

Please sign in to comment.