Revision 6eead0d5499559d4801e4e4fa1385189ceeea231 authored by Andrey Zhavoronkov on 13 October 2023, 13:39:25 UTC, committed by Andrey Zhavoronkov on 13 October 2023, 13:39:25 UTC
1 parent f616d6a
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