Revision 3774e85bc080dbc60be6e4384d624c3ca32cb7de authored by cvat-bot[bot] on 07 November 2023, 15:49:24 UTC, committed by GitHub on 07 November 2023, 15:49:24 UTC
Co-authored-by: cvat-bot[bot] <147643061+cvat-bot[bot]@users.noreply.github.com>
1 parent 630770e
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