зеркало из https://github.com/mozilla/brackets.git
Fix bug #9966 ([CEF 2171] JSLint doesn't work) - Switch to a private fork
of JSLint with the bug fix cherry-picked in so we're not stuck upgrading to a much newer JSLint which has the fix but is significantly stricter / less configurable. Note: you must run `git submodule sync` in order for the submodule URI change to take effect.
This commit is contained in:
Родитель
e0c0b9879b
Коммит
41c7b550ba
|
@ -24,4 +24,4 @@
|
|||
url = https://github.com/requirejs/i18n.git
|
||||
[submodule "src/extensions/default/JSLint/thirdparty/jslint"]
|
||||
path = src/extensions/default/JSLint/thirdparty/jslint
|
||||
url = https://github.com/douglascrockford/JSLint.git
|
||||
url = https://github.com/peterflynn/JSLint.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2347ec449b14eb3a4935daeaaa3ef036d42dd96d
|
||||
Subproject commit 5a09b359873fe98ddd4ec88b7beed3a4171fd8e0
|
Загрузка…
Ссылка в новой задаче