Index: .eslintrc.json |
diff --git a/.eslintrc.json b/.eslintrc.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..84097ddb1a786e8e39587d41238f57521c180267 |
--- /dev/null |
+++ b/.eslintrc.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "extends": "eslint-config-eyeo", |
+ "root": true, |
+ "globals": { |
+ "exports": true, |
+ "module": false, |
+ "onShutdown": true, |
+ "require": true, |
+ "Cc": true, |
+ "Ci": true, |
+ "Cu": true |
+ } |
+} |