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

Unified Diff: chrome/browser/resources/package.json

Issue 2589333004: WebUI: Experimenting with ESLint, WIP. (Closed)
Patch Set: More relaxing 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 | « chrome/browser/resources/gulpfile.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/package.json
diff --git a/chrome/browser/resources/package.json b/chrome/browser/resources/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..0821341c4682b24395943e03743eace831605714
--- /dev/null
+++ b/chrome/browser/resources/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "webui-node-modules",
+ "version": "1.0.0",
+ "dependencies": {},
+ "devDependencies": {
+ "eslint": "^3.19.0",
+ "gulp": "^3.9.1",
+ "nopt": "^4.0.1"
+ }
+}
« no previous file with comments | « chrome/browser/resources/gulpfile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698