From 992e3ee77982167fe4ceff49059de1f12a507758 Mon Sep 17 00:00:00 2001
From: Andy Nicholson <intothemist@gmail.com>
Date: Fri, 22 Jan 2021 14:41:02 +1100
Subject: [PATCH] fix(*): remove eslint disable line

---
 app/app.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/app.js b/app/app.js
index f67147deda..1074fd9470 100644
--- a/app/app.js
+++ b/app/app.js
@@ -1,4 +1,3 @@
-/* eslint-disable import/no-extraneous-dependencies */
 import 'regenerator-runtime/runtime'
 import React from 'react'
 import ReactDOM from 'react-dom'
-- 
GitLab