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

Unified Diff: package.json

Issue 1415743013: Run jshint over all JavaScript files (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@repo_conf
Patch Set: Created 5 years, 1 month 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_test/tests/user_agent_test.js ('k') | ports/civetweb/civetweb.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..4382d13848313a5c8891bfec0e910c04d71fff1a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,5 @@
+{
+ "dependencies": {
+ "jshint": "~2.8.0"
+ }
+}
« no previous file with comments | « chrome_test/tests/user_agent_test.js ('k') | ports/civetweb/civetweb.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698