Demo for query storing
Change-Id: I947bcac841992c3f6cfd01ab337c265b0d01cb70
diff --git a/node_modules/file-sync-cmp/.eslintrc b/node_modules/file-sync-cmp/.eslintrc
new file mode 100644
index 0000000..1255f3d
--- /dev/null
+++ b/node_modules/file-sync-cmp/.eslintrc
@@ -0,0 +1,33 @@
+# -*- yaml -*-
+---
+env:
+ node: true
+
+rules:
+ quotes:
+ - 2
+ - single
+ - avoid-escape
+ global-strict:
+ - 2
+ - always
+ space-in-brackets: 2
+ space-in-parens: 2
+ space-after-keywords:
+ - 2
+ - always
+ - { checkFunctionKeyword: true }
+ space-before-blocks: 2
+ space-unary-ops: 2
+ brace-style: 2
+ comma-style: 2
+ func-style:
+ - 2
+ - declaration
+ no-lonely-if: 2
+ no-trailing-spaces: 2
+ no-multiple-empty-lines: 2
+ max-len: 2
+ padded-blocks:
+ - 2
+ - never