зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1230581 - Eslint 'no-use-before-define' should be relaxed with 'nofunc'. r=Mossop
--HG-- extra : commitid : LvuqWYOZLqX extra : rebase_source : 4ba0b8a5d1d008174e499e39f6d7a5bf1bb9bdab
This commit is contained in:
Родитель
729eb4c878
Коммит
e0a4edc6c5
|
@ -155,7 +155,7 @@
|
|||
// "no-unused-vars": [2, {"vars": "all", "args": "none"}],
|
||||
|
||||
// No using variables before defined
|
||||
// "no-use-before-define": 2,
|
||||
// "no-use-before-define": [2, "nofunc"],
|
||||
|
||||
// No using with
|
||||
// "no-with": 2,
|
||||
|
|
Загрузка…
Ссылка в новой задаче