Cleanup & travis (should break)

This commit is contained in:
Maxime Thirouin
2014-10-14 11:42:36 +02:00
parent 332cd4e876
commit 3bc67f245c
16 changed files with 104 additions and 101 deletions

View File

@@ -1,4 +1,9 @@
{
"newcap": false,
"undef": true,
"unused": true,
"asi": true,
"laxcomma": true
"esnext": true,
"node": true,
"browser": true
}