style: add eslintrc

Change-Id: I5c2705553f4eb2c48f874243c4e3adec92b273bf
diff --git a/package.json b/package.json
index 3046436..96ed873 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,11 @@
   },
   "devDependencies": {
     "@svgr/webpack": "^6.3.1",
+    "@typescript-eslint/eslint-plugin": "^5.37.0",
+    "@typescript-eslint/parser": "^5.37.0",
     "cypress": "^10.8.0",
+    "eslint": "^8.23.1",
+    "eslint-plugin-react": "^7.31.8",
     "jami-web-client": "file:client",
     "llnode": "^4.0.0",
     "nodemon": "^2.0.20",