chore(lint): update eslint config and apply fixes (#1032)

This commit is contained in:
Niklas Merz
2023-11-06 22:14:27 +01:00
committed by GitHub
parent 4b3c0f126d
commit 51959ec268
6 changed files with 2141 additions and 1983 deletions
+1 -1
View File
@@ -17,5 +17,5 @@
* under the License.
*/
var d = document.getElementById('header');
const d = document.getElementById('header');
d.innerHTML = 'Script file successfully injected';