style: add eslintrc

Change-Id: I5c2705553f4eb2c48f874243c4e3adec92b273bf
diff --git a/routes/index.js b/routes/index.js
index cd9bc45..409eed0 100644
--- a/routes/index.js
+++ b/routes/index.js
@@ -1,10 +1,10 @@
 import { Router } from 'express'
 const router = Router()
 import { join } from 'path'
-import { fileURLToPath } from 'url';
-import { dirname } from 'path';
-const __filename = fileURLToPath(import.meta.url);
-const __dirname = dirname(__filename);
+import { fileURLToPath } from 'url'
+import { dirname } from 'path'
+const __filename = fileURLToPath(import.meta.url)
+const __dirname = dirname(__filename)
 
 /* GET React App */
 router.get(['/app', '/app/*'], (req, res, next) => {