Index: .eslintrc.json |
diff --git a/.eslintrc.json b/.eslintrc.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5f357bda5da021b07ba69cc0147f6ea212588568 |
--- /dev/null |
+++ b/.eslintrc.json |
@@ -0,0 +1,12 @@ |
+{ |
+ "extends": "eslint-config-eyeo", |
+ "root": true, |
+ "env": { |
+ "browser": true, |
+ "commonjs": true, |
+ "webextensions": true |
+ }, |
+ "globals": { |
+ "ext": true |
+ } |
+} |