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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: appengine/config_service/ui/bower_components/sinon-chai/.jshintrc
diff --git a/appengine/config_service/ui/bower_components/sinon-chai/.jshintrc b/appengine/config_service/ui/bower_components/sinon-chai/.jshintrc
new file mode 100644
index 0000000000000000000000000000000000000000..35f851418bb0a97481467bcd82cbe66925821d04
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/sinon-chai/.jshintrc
@@ -0,0 +1,25 @@
+{
+ "bitwise": true,
+ "camelcase": true,
+ "curly": true,
+ "eqeqeq": true,
+ "globalstrict": true,
+ "immed": true,
+ "indent": 4,
+ "latedef": "nofunc",
+ "maxlen": 120,
+ "newcap": true,
+ "noarg": true,
+ "node": true,
+ "nonew": true,
+ "quotmark": "double",
+ "trailing": true,
+ "undef": true,
+ "unused": true,
+ "white": true,
+
+ "predef": [
+ "define",
+ "chai"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698