Revision a5a0e77e916382a3a06ce9ce05499a4acb2f0c30 authored by dependabot[bot] on 23 January 2024, 11:18:26 UTC, committed by GitHub on 23 January 2024, 11:18:26 UTC
1 parent 79aaa84
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