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

Unified Diff: third_party/WebKit/Source/devtools/package.json

Issue 2338753003: DevTools: Make eslint mandatory and check node.js/npm modules in presubmit (Closed)
Patch Set: Fix node.py Created 4 years, 2 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
Index: third_party/WebKit/Source/devtools/package.json
diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
index 59cd180b171e0bf4e4d1c060482d9c9fd577e0af..1383f8643f8f2a5df4ee7a2bd305a3961f4427c0 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -24,5 +24,8 @@
"bugs": {
"url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:Platform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modified%20Opened"
},
- "homepage": "https://devtools.chrome.com"
+ "homepage": "https://devtools.chrome.com",
+ "devDependencies": {
+ "eslint": "3.5.0"
+ }
}
« no previous file with comments | « third_party/WebKit/Source/devtools/PRESUBMIT.py ('k') | third_party/WebKit/Source/devtools/scripts/buildbot/node.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698