checking out new stuff

This commit is contained in:
Kevin Jahns
2015-06-15 14:53:02 +02:00
parent 1b63f5efde
commit 159f37474d
57 changed files with 220 additions and 160705 deletions

13
.eslintrc Normal file
View File

@@ -0,0 +1,13 @@
{
"env": {
"es6": true
},
"rules": {
"strict": 0,
"camelcase": [1, {"properties": "never"}]
},
"parser": "babel-eslint",
"globals": {
"Buffer": true
}
}