Chromium Code Reviews

Side by Side 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.
Jump to:
View unified diff |
« no previous file with comments | « .jshintignore ('k') | Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "browser": true,
3 "globalstrict": true,
4 "sub": true,
5 "devel": true,
6 "shadow": true,
7 "globals": {
8 "chrome": true,
9 "Promise": true
10 }
11 }
OLDNEW
« no previous file with comments | « .jshintignore ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine