зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
776c97f433
Коммит
ad24f8ae59
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче