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

Side by Side Diff: third_party/grpc/src/node/.jshintrc

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/grpc/src/node/.gitignore ('k') | third_party/grpc/src/node/README.md » ('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 "bitwise": true,
3 "curly": true,
4 "eqeqeq": true,
5 "esnext": true,
6 "freeze": true,
7 "immed": true,
8 "indent": 2,
9 "latedef": "nofunc",
10 "maxlen": 80,
11 "newcap": true,
12 "node": true,
13 "noarg": true,
14 "quotmark": "single",
15 "strict": true,
16 "trailing": true,
17 "undef": true,
18 "unused": "vars",
19 "globals": {
20 /* Mocha-provided globals */
21 "describe": false,
22 "it": false,
23 "before": false,
24 "beforeEach": false,
25 "after": false,
26 "afterEach": false
27 }
28 }
OLDNEW
« no previous file with comments | « third_party/grpc/src/node/.gitignore ('k') | third_party/grpc/src/node/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698