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 | |
parent | e2686e861b3d999342b1de7838905b22e7e3d046 (diff) | |
download | which-ui-d380306c37fb1eefc2cd8aaccf91a6ae3de7fcb8.tar.gz |
disable eslint rules
-rw-r--r-- | src/containers/PollCreation/PollCreation.tsx | 1 | ||||
-rw-r--r-- | src/hooks/useS3Preupload.tsx | 1 |
2 files changed, 2 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'; diff --git a/src/hooks/useS3Preupload.tsx b/src/hooks/useS3Preupload.tsx index a87eda0..26a6077 100644 --- a/src/hooks/useS3Preupload.tsx +++ b/src/hooks/useS3Preupload.tsx @@ -1,3 +1,4 @@ +/* eslint-disable */ import { useState, useCallback, useMemo } from 'react'; import axios from 'axios'; import { get } from '../requests'; |