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

Unified Diff: package.json

Issue 1436283002: Add support for jslint and cleanup core JavaScript files (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
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 | « build_tools/naclterm.js ('k') | ports/gdb/background.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
index 4382d13848313a5c8891bfec0e910c04d71fff1a..d7161f66ff05981c55ad73b205d8f1355e135048 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,6 @@
{
"dependencies": {
- "jshint": "~2.8.0"
+ "jshint": "~2.8.0",
+ "jslint": "~0.9.5"
}
}
« no previous file with comments | « build_tools/naclterm.js ('k') | ports/gdb/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698