Demo for query storing

Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/util.promisify/.eslintrc b/node_modules/util.promisify/.eslintrc
new file mode 100644
index 0000000..f8f740d
--- /dev/null
+++ b/node_modules/util.promisify/.eslintrc
@@ -0,0 +1,17 @@
+{
+	"root": true,
+
+	"extends": "@ljharb",
+
+	"env": {
+		"es6": true
+	},
+
+	"rules": {
+		"id-length": [2, { "max": 30 }],
+		"max-statements": [2, 16],
+		"multiline-comment-style": 0,
+		"no-magic-numbers": 0,
+		"operator-linebreak": [2, "before"]
+	}
+}