initial commit

This commit is contained in:
Robin Linus 2015-12-18 16:50:36 +01:00
commit f5b2b47136
46 changed files with 2350 additions and 0 deletions

8
.jscsrc Normal file
View file

@ -0,0 +1,8 @@
{
"preset": "google",
"disallowSpacesInAnonymousFunctionExpression": null,
"disallowTrailingWhitespace": null,
"validateIndentation": null,
"maximumLineLength": 100,
"excludeFiles": ["node_modules/**"]
}