style: add eslintrc

Change-Id: I5c2705553f4eb2c48f874243c4e3adec92b273bf
diff --git a/cypress.config.ts b/cypress.config.ts
index 17161e3..d3dd9cd 100644
--- a/cypress.config.ts
+++ b/cypress.config.ts
@@ -1,9 +1,9 @@
-import { defineConfig } from "cypress";
+import { defineConfig } from "cypress"
 
 export default defineConfig({
-  e2e: {
-    setupNodeEvents(on, config) {
-      // implement node event listeners here
+    e2e: {
+        setupNodeEvents(on, config) {
+            // implement node event listeners here
+        },
     },
-  },
-});
+})