Skip to content

Commit

Permalink
Integration of REST/API in client (Part 10) (#379)
Browse files Browse the repository at this point in the history
* Eslint fixes
* Attribute annotation mode eslint fixes
* Base.js codacy issues
* Removed dump annotation body
* Fixed task overlap
* Added comment
  • Loading branch information
bsekachev authored and nmanovic committed Apr 5, 2019
1 parent aa02a04 commit 363f42c
Show file tree
Hide file tree
Showing 7 changed files with 351 additions and 401 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
"object": "Math",
"property": "pow",
}],
"no-param-reassign": [0],
"no-underscore-dangle": ["error", { "allowAfterThis": true }],
"no-restricted-syntax": [0, {"selector": "ForOfStatement"}],
"no-continue": [0],
"no-unsafe-innerhtml/no-unsafe-innerhtml": 1,
// This rule actual for user input data on the node.js environment mainly.
"security/detect-object-injection": 0,
Expand Down
320 changes: 166 additions & 154 deletions cvat/apps/engine/static/engine/js/annotationParser.js

Large diffs are not rendered by default.

Loading

0 comments on commit 363f42c

Please sign in to comment.