Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVAT.js: Save and delete for shapes/tracks/tags #555

Merged
merged 12 commits into from
Jul 9, 2019
1 change: 1 addition & 0 deletions cvatjs/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
"indent": ["warn", 4],
"no-useless-constructor": 0,
"func-names": [0],
"valid-typeof": [0],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need the rule?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nmanovic
In other case typeof works only with literals

},
};
Loading