aboutsummaryrefslogtreecommitdiff
path: root/src/containers/PollCreation
diff options
context:
space:
mode:
authorilyayudovin <ilyayudovin123@gmail.com>2020-08-19 00:12:50 +0300
committerilyayudovin <ilyayudovin123@gmail.com>2020-08-19 00:12:50 +0300
commitd380306c37fb1eefc2cd8aaccf91a6ae3de7fcb8 (patch)
treedfb21db021b4f6cb5afe45f4c539012c9df0e94c /src/containers/PollCreation
parente2686e861b3d999342b1de7838905b22e7e3d046 (diff)
downloadwhich-ui-d380306c37fb1eefc2cd8aaccf91a6ae3de7fcb8.tar.gz
disable eslint rules
Diffstat (limited to 'src/containers/PollCreation')
-rw-r--r--src/containers/PollCreation/PollCreation.tsx1
1 files changed, 1 insertions, 0 deletions
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';