From b53c8cb8a6df86b7b7b740a4a78a9f1e8e5c4747 Mon Sep 17 00:00:00 2001 From: jero Date: Tue, 25 Aug 2020 14:45:42 +0300 Subject: [PATCH] style(src/client/index.tsx): remove eslint-disable no-undef comment --- src/client/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/index.tsx b/src/client/index.tsx index bc8c3f15..e313d334 100644 --- a/src/client/index.tsx +++ b/src/client/index.tsx @@ -1,4 +1,3 @@ -/* eslint-disable no-undef */ import React from 'react'; import { createBrowserHistory } from 'history'; import reactDOM from 'react-dom';