https://github.com/opencv/cvat
Raw File
Tip revision: 6545c0a2129f04956ecbf87c29f7ce0ab297afcc authored by Andrey Zhavoronkov on 06 September 2023, 16:12:44 UTC
Merge branch 'master' into release-2.6.2
Tip revision: 6545c0a
.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