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

Side by Side Diff: appengine/config_service/ui/bower_components/sinon-chai/.jshintrc

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 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
OLDNEW
(Empty)
1 {
2 "bitwise": true,
3 "camelcase": true,
4 "curly": true,
5 "eqeqeq": true,
6 "globalstrict": true,
7 "immed": true,
8 "indent": 4,
9 "latedef": "nofunc",
10 "maxlen": 120,
11 "newcap": true,
12 "noarg": true,
13 "node": true,
14 "nonew": true,
15 "quotmark": "double",
16 "trailing": true,
17 "undef": true,
18 "unused": true,
19 "white": true,
20
21 "predef": [
22 "define",
23 "chai"
24 ]
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698