Fix a bunch of linter errors
diff --git a/ClicksMigratingProblems/package.json b/ClicksMigratingProblems/package.json
index a4a5ec5..d46e423 100644
--- a/ClicksMigratingProblems/package.json
+++ b/ClicksMigratingProblems/package.json
@@ -1,16 +1,16 @@
 {
-  "name": "hi",
-  "version": "1.0.0",
-  "description": "",
-  "main": "index.js",
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
-  "author": "",
-  "license": "ISC",
-  "dependencies": {
-    "fs": "^0.0.1-security",
-    "mongodb": "^4.7.0"
-  },
-  "type": "module"
+    "name": "hi",
+    "version": "1.0.0",
+    "description": "",
+    "main": "index.js",
+    "scripts": {
+        "test": "echo \"Error: no test specified\" && exit 1"
+    },
+    "author": "",
+    "license": "ISC",
+    "dependencies": {
+        "fs": "^0.0.1-security",
+        "mongodb": "^4.7.0"
+    },
+    "type": "module"
 }