зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1279210 - eslint setup: fix eslint module path;r=ahal
MozReview-Commit-ID: HL4tIwgkSau --HG-- extra : rebase_source : 8169cbc543528a6b2a6e2bffbf4a202dfcea1a93
This commit is contained in:
Родитель
80434719cd
Коммит
eace7c89ed
|
@ -384,7 +384,7 @@ class MachCommands(MachCommandBase):
|
|||
return os.path.dirname(fullpath)
|
||||
|
||||
def get_eslint_module_path(self):
|
||||
return os.path.join(self.get_project_root(), "testing", "eslint")
|
||||
return os.path.join(self.get_project_root(), "tools", "lint", "eslint")
|
||||
|
||||
def _prompt_yn(self, msg):
|
||||
if not sys.stdin.isatty():
|
||||
|
|
Загрузка…
Ссылка в новой задаче