Revision de4d4c1dd15c800d4fe0e1adda0b57075bec3ba6 authored by Yigit Ozen on 01 December 2023, 14:59:48 UTC, committed by GitHub on 01 December 2023, 14:59:48 UTC
Fixes #7182 by including pre-release versions as explained in the
[helm docs](https://helm.sh/docs/chart_template_guide/function_list/#working-with-prerelease-versions).
1 parent 6e32868
Raw File
.stylelintrc.json
{
  "extends": "stylelint-config-standard-scss",
  "rules": {
    "scss/comment-no-empty": null,
    "value-keyword-case": null,
    "color-function-notation": ["legacy"],
    "scss/at-extend-no-missing-placeholder": null,
    "no-descending-specificity": null
  },
  "ignoreFiles": ["**/*.js", "**/*.ts", "**/*.py"]
}
back to top