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') |