Initial commit

This commit is contained in:
Thomas Brouard 2016-10-27 22:37:40 +02:00
commit 72cc110fff
4 changed files with 84 additions and 0 deletions

9
.jshintrc Normal file
View file

@ -0,0 +1,9 @@
{
"undef": true,
"unused": "vars",
"browser": true,
"node": true,
"eqnull": true,
"esnext": true,
"indent": 4
}