mirror of
https://github.com/openvinotoolkit/cvat.git
synced 2022-03-09 18:58:10 +03:00
20 lines
353 B
JSON
20 lines
353 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|