Revision 539276395ea2f921bab79cfa6266f224fcdda7d0 authored by Andrey Zhavoronkov on 06 November 2023, 07:19:02 UTC, committed by GitHub on 06 November 2023, 07:19:02 UTC
2 parent s 9819e6d + 7726281
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