Index: chrome/content/.eslintrc.json |
=================================================================== |
--- a/chrome/content/.eslintrc.json |
+++ b/chrome/content/.eslintrc.json |
@@ -1,5 +1,5 @@ |
{ |
- "env": { |
- "browser": true |
+ "globals": { |
+ "URL": true |
} |
} |