Pleasing eslint & fixing run.sh

This commit is contained in:
Lucas Cimon
2019-02-13 20:13:31 +01:00
parent 4c24a01c60
commit fef873996f
4 changed files with 25 additions and 19 deletions

View File

@@ -2,6 +2,7 @@
"extends": ["strict"],
"globals": {
"document": false,
"langs": true,
"window": false,
"$": false
},