Bug 1462400 - Tell eslint about XPCOMUtils.defineLazyProxy. r=standard8

Also bump eslint-plugin-mozilla version to 0.13.0

MozReview-Commit-ID: ELWC6RYNPjT

--HG--
extra : rebase_source : aecc1a032e761812f78f9e57a2534d0e694d0b9c
This commit is contained in:
Felipe Gomes 2018-05-18 13:24:54 -03:00
Родитель 776c97f433
Коммит ad24f8ae59
3 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -25,6 +25,7 @@ const callExpressionDefinitions = [
/^XPCOMUtils\.defineLazyModuleGetter\(this, "(\w+)"/,
/^ChromeUtils\.defineModuleGetter\(this, "(\w+)"/,
/^XPCOMUtils\.defineLazyPreferenceGetter\(this, "(\w+)"/,
/^XPCOMUtils\.defineLazyProxy\(this, "(\w+)"/,
/^XPCOMUtils\.defineLazyScriptGetter\(this, "(\w+)"/,
/^XPCOMUtils\.defineLazyServiceGetter\(this, "(\w+)"/,
/^XPCOMUtils\.defineConstant\(this, "(\w+)"/,

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mozilla",
"version": "0.11.0",
"version": "0.13.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mozilla",
"version": "0.12.0",
"version": "0.13.0",
"description": "A collection of rules that help enforce JavaScript coding standard in the Mozilla project.",
"keywords": [
"eslint",