[1.2] Adding a linter and reformat all code

This commit is contained in:
vermillion-dev
2019-05-30 23:11:40 +02:00
parent 527500a438
commit 86f26a4660
15 changed files with 404 additions and 404 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable no-unused-vars */
function injectScript(file, node) {
var th = document.getElementsByTagName(node)[0];
var s = document.createElement('script');
@@ -13,4 +14,4 @@ function injectLink(file, node) {
link.type = "text/css";
link.rel = "stylesheet";
th.appendChild(link);
}
}