From d380306c37fb1eefc2cd8aaccf91a6ae3de7fcb8 Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Wed, 19 Aug 2020 00:12:50 +0300 Subject: disable eslint rules --- src/containers/PollCreation/PollCreation.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/containers') diff --git a/src/containers/PollCreation/PollCreation.tsx b/src/containers/PollCreation/PollCreation.tsx index 6821544..03ab905 100644 --- a/src/containers/PollCreation/PollCreation.tsx +++ b/src/containers/PollCreation/PollCreation.tsx @@ -1,3 +1,4 @@ +/* eslint-disable */ import React from 'react'; import Bluebird from 'bluebird'; import { useHistory } from 'react-router-dom'; -- cgit v1.2.3