Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/node/node_modules.py

Issue 2867663004: WebUI: Add ESLint to node_modules dependencies. (Closed)
Patch Set: Add PathToEsLint Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/node/node_modules.tar.gz.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/node/node_modules.py
diff --git a/third_party/node/node_modules.py b/third_party/node/node_modules.py
index 9f30711cafbd6c9c646e985e7f7a0c5668db87fc..e9aa705b9bb8d029357c48c7df3c9dfe248a8038 100755
--- a/third_party/node/node_modules.py
+++ b/third_party/node/node_modules.py
@@ -27,3 +27,7 @@ def PathToPolymerCssBuild():
def PathToUglifyJs():
return _path_in_node_modules('uglifyjs', 'bin', 'uglifyjs')
+
+
+def PathToEsLint():
Dan Beam 2017/05/22 23:08:30 arguable nit: alphabetize these?
+ return _path_in_node_modules('eslint', 'bin', 'eslint')
« no previous file with comments | « no previous file | third_party/node/node_modules.tar.gz.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698