From a79f27f0ca10b15642c2485a6cbdc27966216f65 Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Sun, 24 Mar 2019 16:44:52 +0100
Subject: [PATCH] re-add local eslint rule

---
 src/js/walkPastJS.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index c724ebff8c0..595a0128011 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -1,4 +1,5 @@
 /* eslint-disable no-unused-vars */
+/* eslint-disable no-undef */
 /* temporary container until the entire thing is complete. No point in not deploying the working functions, you know? */
 
 window.primeSlave = function(activeSlave, seed) {
-- 
GitLab