Index: lib/.eslintrc.json |
diff --git a/lib/.eslintrc.json b/lib/.eslintrc.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..427cf4bcbcec07d202b4bf14740ccbdba22b679c |
--- /dev/null |
+++ b/lib/.eslintrc.json |
@@ -0,0 +1,8 @@ |
+{ |
+ "env": { |
+ "commonjs": true |
+ }, |
+ "globals": { |
+ "Cu": true |
+ } |
+} |