Skip to content

Commit

Permalink
Chore: upgrade stylelint (SAP#18903)
Browse files Browse the repository at this point in the history
Co-authored-by: Hakwoo Kim <hakwoo.kim@sap.com>
  • Loading branch information
kimhw0630 and hakwookim authored May 28, 2024
1 parent eed52ab commit e032e41
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 2,083 deletions.
18 changes: 17 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"plugins": ["stylelint-scss"],
"extends": "stylelint-config-recommended-scss",
"rules": {
"block-no-empty": null,
"declaration-block-no-duplicate-properties": null,
"declaration-block-no-shorthand-property-overrides": null,
"font-family-no-missing-generic-family-keyword": null,
"no-invalid-position-at-import-rule": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"selector-class-pattern": null,
"scss/at-if-no-null": null,
"scss/at-import-partial-extension": null,
"scss/at-extend-no-missing-placeholder": null,
"scss/comment-no-empty": null,
"scss/load-no-partial-leading-underscore": null,
"scss/no-global-function-names": null,
"scss/operator-no-unspaced": null,
"scss/operator-no-newline-after": null,
"property-disallowed-list": [
"margin-left",
"margin-right",
Expand Down
Loading

0 comments on commit e032e41

Please sign in to comment.