swh:1:snp:973504f75325e1c705c39106a2685791af62e9e3
Raw File
Tip revision: fe148d492b19c9ec35a95c1cb2927d360fd20675 authored by Nikita Manovich on 12 September 2022, 20:29:53 UTC
Merge branch 'release-2.2.0'
Tip revision: fe148d4
.nycrc
{
    "all": true,
    "compact": false,
    "extension": [
        ".js",
        ".jsx",
        ".ts",
        ".tsx"
    ],
    "exclude": [
        "**/3rdparty/*",
        "**/tests/*",
        "cvat-ui/src/actions/boundaries-actions.ts",
        "cvat-ui/src/utils/platform-checker.ts"
    ],
    "parser-plugins": [
        "typescript"
    ]
}
back to top