windhamdavid 11 years ago
parent
commit
b6fae12d56
3 changed files with 28 additions and 0 deletions
  1. 3 0
      .gitmodules
  2. 24 0
      .jshintrc
  3. 1 0
      app/plugins/badgeos

+ 3 - 0
.gitmodules

@@ -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

+ 24 - 0
.jshintrc

@@ -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
+	}
+}

+ 1 - 0
app/plugins/badgeos

@@ -0,0 +1 @@
+Subproject commit 517aadef7363b0ec4e91ee9fef62d5612dc608e5