Revision dcdadf63f94e533f4ee639e683e2a4ba22ac3394 authored by Mariia Acoca on 23 October 2023, 12:54:58 UTC, committed by Mariia Acoca on 23 October 2023, 12:54:58 UTC
1 parent cd57917
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