diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-08-19 00:12:50 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-08-19 00:12:50 +0300 |
commit | d380306c37fb1eefc2cd8aaccf91a6ae3de7fcb8 (patch) | |
tree | dfb21db021b4f6cb5afe45f4c539012c9df0e94c /src/containers/PollCreation | |
parent | e2686e861b3d999342b1de7838905b22e7e3d046 (diff) | |
download | which-ui-d380306c37fb1eefc2cd8aaccf91a6ae3de7fcb8.tar.gz |
disable eslint rules
Diffstat (limited to 'src/containers/PollCreation')
-rw-r--r-- | src/containers/PollCreation/PollCreation.tsx | 1 |
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'; |