@@ -50,3 +50,6 @@
[submodule "app/plugins/wp-varnish"]
path = app/plugins/wp-varnish
url = git@github.com:pkhamre/wp-varnish.git
+[submodule "app/plugins/badgeos"]
+ path = app/plugins/badgeos
+ url = git@github.com:opencredit/badgeos.git
@@ -0,0 +1,24 @@
+{
+ "boss": true,
+ "curly": true,
+ "eqeqeq": true,
+ "eqnull": true,
+ "es3": true,
+ "expr": true,
+ "immed": true,
+ "noarg": true,
+ "onevar": true,
+ "quotmark": "single",
+ "trailing": true,
+ "undef": true,
+ "unused": true,
+
+ "browser": true,
+ "globals": {
+ "_": false,
+ "Backbone": false,
+ "jQuery": false,
+ "wp": false
+ }
+}
@@ -0,0 +1 @@
+Subproject commit 517aadef7363b0ec4e91ee9fef62d5612dc608e5