Skip to content

Commit

Permalink
perf: remove deprecated stylelint rules #381
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   template/.stylelintrc
  • Loading branch information
blackfalcon committed May 5, 2023
1 parent 0c44672 commit fa488b5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions template/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,23 @@
"blockless-after-blockless"
]
} ],
"at-rule-name-newline-after": "always-multi-line",
"at-rule-no-unknown": null,
"at-rule-semicolon-space-before": "never",
"block-closing-brace-space-after": "always-single-line",
"block-opening-brace-newline-before": "never-single-line",
"color-function-notation": "modern",
"color-named": "never",
"declaration-block-no-duplicate-custom-properties": true,
"declaration-block-no-duplicate-properties": true,
"declaration-block-no-redundant-longhand-properties": true,
"declaration-block-semicolon-newline-before": "never-multi-line",
"declaration-no-important": true,
"font-family-name-quotes": "always-where-recommended",
"font-weight-notation": "numeric",
"function-url-no-scheme-relative": true,
"function-url-quotes": "always",
"hue-degree-notation": "angle",
"linebreaks": "unix",
"max-nesting-depth": 2,
"media-query-list-comma-newline-before": "never-multi-line",
"named-grid-areas-no-invalid": true,
"no-empty-first-line": true,
"no-empty-source": null,
"no-unknown-animations": true,
"no-invalid-position-at-import-rule": null,
"number-leading-zero": "never",
"scss/at-else-closing-brace-newline-after": "always-last-in-chain",
"scss/at-else-closing-brace-space-after": "always-intermediate",
"scss/at-else-empty-line-before": "never",
Expand Down Expand Up @@ -95,8 +86,6 @@
"selector-attribute-quotes": "always",
"selector-class-pattern": "^[a-z][a-zA-Z0-9]+$",
"selector-id-pattern": "^[a-z][a-zA-Z0-9]+$",
"selector-list-comma-newline-before": "never-multi-line",
"selector-list-comma-space-after": "always-single-line",
"selector-max-attribute": 1,
"selector-max-class": 1,
"selector-max-combinators": 1,
Expand All @@ -115,8 +104,6 @@
]
}
],
"shorthand-property-no-redundant-values": true,
"string-quotes": "single",
"value-list-comma-newline-before": "never-multi-line"
"shorthand-property-no-redundant-values": true
}
}

0 comments on commit fa488b5

Please sign in to comment.