eslint-plugin-mozilla
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -79,3 +79,3 @@ /** | ||
mapGlobals(getScriptGlobals()) : | ||
helpers.getSavedEnvironmentItems("places-overlay") | ||
helpers.getSavedEnvironmentItems("places-overlay").globals | ||
}; |
@@ -56,3 +56,3 @@ /** | ||
mapGlobals(getScriptGlobals()) : | ||
helpers.getSavedEnvironmentItems("simpletest") | ||
helpers.getSavedEnvironmentItems("simpletest").globals | ||
}; |
{ | ||
"name": "eslint-plugin-mozilla", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla project.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
165638