Index: .eslintrc.json |
diff --git a/.eslintrc.json b/.eslintrc.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..df4226f83584b494afe00578aea440c524cf2766 |
--- /dev/null |
+++ b/.eslintrc.json |
@@ -0,0 +1,16 @@ |
+{ |
+ "extends": "eslint-config-eyeo", |
+ "root": true, |
+ "env": { |
+ "commonjs": true |
+ }, |
+ "globals": { |
+ "atob": true, |
+ "onShutdown": true, |
+ "Cc": true, |
+ "Ci": true, |
+ "Cu": true, |
+ "URL": true, |
+ "XMLHttpRequest": true |
+ } |
+} |