This commit is contained in:
2016-02-21 16:36:02 -06:00
commit 86765b686f
12 changed files with 316 additions and 0 deletions

22
.jshintrc Normal file
View File

@ -0,0 +1,22 @@
{
"camelcase": true,
"node": true,
"browser": true,
"esnext": true,
"bitwise": false,
"curly": false,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "false",
"undef": true,
"strict": false,
"trailing": true,
"smarttabs": true,
"indent": 2,
"unused": true,
"jquery": true
}