Fixing stuff

This commit is contained in:
Lucas Cimon
2017-11-30 01:54:19 +01:00
parent 98ffe5e6a7
commit f258f0becb
8 changed files with 106 additions and 81 deletions

11
.eslintrc Executable file
View File

@@ -0,0 +1,11 @@
{
"extends": ["strict"],
"globals": {
"document": false,
"window": false,
"$": false
},
"rules": {
"no-undefined": 0
}
}