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

Unified Diff: .jshintrc

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 | « .jshintignore ('k') | Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .jshintrc
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000000000000000000000000000000000000..1ea31f028ccd0804c6e7b5112cf7a2b939bc4ba5
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,11 @@
+{
+ "browser": true,
+ "globalstrict": true,
+ "sub": true,
+ "devel": true,
+ "shadow": true,
+ "globals": {
+ "chrome": true,
+ "Promise": true
+ }
+}
« no previous file with comments | « .jshintignore ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698