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
 	}
 }