Basic build process and transforming json into html

This commit is contained in:
Keegan
2015-10-11 00:15:18 -07:00
parent 8b489173df
commit 227bb49786
54 changed files with 3136 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"extends": "pebble",
"env" : {
"node": true,
"browser": true
},
"globals": {
"Pebble": true,
"$": true,
"t": true
},
"rules" : {
"new-cap": [0],
"max-params": [1]
}
}