commit | 8c4bd951a8c33d903e4d7df11f67f9c55995501b | [log] [tgz] |
---|---|---|
author | deepeshgarg007 <deepeshgarg6@gmail.com> | Wed Jan 02 13:24:12 2019 +0530 |
committer | deepeshgarg007 <deepeshgarg6@gmail.com> | Wed Jan 02 13:24:12 2019 +0530 |
tree | 67d8e7cc95bafaf8972ab7f46599f35613d554a2 | |
parent | de1e6fc1c428e74916fef28018b5627036688e7d [diff] [blame] |
fix(Codacy): Deleted unused imports and files
diff --git a/.eslintrc b/.eslintrc index fd3968d..757aa3c 100644 --- a/.eslintrc +++ b/.eslintrc
@@ -137,6 +137,12 @@ "get_server_fields": true, "set_multiple": true, "QUnit": true, - "Chart": true + "Chart": true, + "Cypress": true, + "cy": true, + "it": true, + "context": true, + "before": true, + "beforeEach": true } }