fix test path and eslint

This commit is contained in:
Felix Wiedenbach
2019-09-11 15:58:51 +02:00
parent 55eb6e2e5c
commit aad03a74c5
6 changed files with 491 additions and 714 deletions

View File

@@ -17,6 +17,7 @@
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2017,
"ecmaFeatures": {
"globalReturn": true
}