cleaning up (1)

This commit is contained in:
DadaMonad
2014-12-14 17:00:02 +00:00
parent 9b582fc795
commit 7696864841
50 changed files with 9302 additions and 6 deletions

21
bower_components/observe-shim/.jshintrc vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"bitwise": false,
"camelcase" : true,
"curly" : true,
"immed" : true,
"indent": 4,
"latedef" : true,
"newcap" : true,
"noarg" : true,
"undef" : true,
"unused" : true,
"strict" : true,
"trailing": true,
"node": true,
"es5": true,
"esnext": true,
"regexp": true,
"smarttabs": true,
"eqeqeq" : true,
"quotmark" : "single"
}