Skip to content

Commit

Permalink
Merge pull request #2867 from db-ui/dependabot-npm_and_yarn-stylelint…
Browse files Browse the repository at this point in the history
…-config-sass-guidelines-12.0.0

chore(deps-dev): bump stylelint-config-sass-guidelines from 11.1.0 to 12.0.0
  • Loading branch information
mfranzke authored Jul 18, 2024
2 parents 8018633 + 38cbdc0 commit 20dbf1f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 7 deletions.
20 changes: 19 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@
"ignoreAnnotations": ["default", "global"]
}
],
"declaration-property-value-no-unknown": true
"declaration-property-value-no-unknown": true,
"@stylistic/block-opening-brace-space-before": null,
"@stylistic/color-hex-case": null,
"@stylistic/declaration-bang-space-after": null,
"@stylistic/declaration-bang-space-before": null,
"@stylistic/declaration-block-semicolon-newline-after": null,
"@stylistic/declaration-block-semicolon-space-before": null,
"@stylistic/declaration-block-trailing-semicolon": null,
"@stylistic/declaration-colon-space-after": null,
"@stylistic/declaration-colon-space-before": null,
"@stylistic/function-comma-space-after": null,
"@stylistic/function-parentheses-space-inside": null,
"@stylistic/indentation": null,
"@stylistic/media-feature-parentheses-space-inside": null,
"@stylistic/no-missing-end-of-source-newline": null,
"@stylistic/number-leading-zero": null,
"@stylistic/number-no-trailing-zeros": null,
"@stylistic/selector-list-comma-newline-after": null,
"@stylistic/string-quotes": null
}
}
39 changes: 34 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"replace-in-file": "^8.1.0",
"rimraf": "6.0.1",
"stylelint": "16.7.0",
"stylelint-config-sass-guidelines": "11.1.0",
"stylelint-config-sass-guidelines": "12.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-use-logical": "2.1.2",
"tslib": "^2.6.3",
Expand Down

0 comments on commit 20dbf1f

Please sign in to comment.