Fix lots of warnings

This commit is contained in:
rejas
2020-04-21 07:36:18 +02:00
parent 941d5d7cd9
commit d08bd4e866
13 changed files with 26 additions and 32 deletions

View File

@@ -12,5 +12,9 @@
"ecmaFeatures": {
"globalReturn": true
}
}
},
"rules": {
"no-undef": "off",
"no-unused-vars": "off"
}
}