Skip to content

Commit

Permalink
Update @stylistic/stylelint-plugin (FreshRSS#6307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex authored Apr 15, 2024
1 parent 6901ff1 commit b22d927
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 542 deletions.
22 changes: 11 additions & 11 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
"plugins": [
"stylelint-order",
"stylelint-scss",
"stylelint-stylistic"
"@stylistic/stylelint-plugin"
],
"rules": {
"at-rule-empty-line-before": [
"always", {
"ignoreAtRules": [ "after-comment", "else" ]
}
],
"stylistic/at-rule-name-space-after": [
"@stylistic/at-rule-name-space-after": [
"always", {
"ignoreAtRules": [ "after-comment" ]
}
],
"stylistic/block-closing-brace-newline-after": [
"@stylistic/block-closing-brace-newline-after": [
"always", {
"ignoreAtRules": [ "if", "else" ]
}
],
"stylistic/block-closing-brace-newline-before": "always-multi-line",
"stylistic/block-opening-brace-newline-after": "always-multi-line",
"stylistic/block-opening-brace-space-before": "always",
"stylistic/color-hex-case": "lower",
"@stylistic/block-closing-brace-newline-before": "always-multi-line",
"@stylistic/block-opening-brace-newline-after": "always-multi-line",
"@stylistic/block-opening-brace-space-before": "always",
"@stylistic/color-hex-case": "lower",
"color-hex-length": "short",
"color-no-invalid-hex": true,
"stylistic/declaration-colon-space-after": "always",
"stylistic/declaration-colon-space-before": "never",
"stylistic/indentation": "tab",
"@stylistic/declaration-colon-space-after": "always",
"@stylistic/declaration-colon-space-before": "never",
"@stylistic/indentation": "tab",
"no-descending-specificity": null,
"stylistic/no-eol-whitespace": true,
"@stylistic/no-eol-whitespace": true,
"property-no-vendor-prefix": true,
"rule-empty-line-before": [
"always", {
Expand Down
Loading

0 comments on commit b22d927

Please sign in to comment.