feat: add eslint to frontend

This commit is contained in:
steven
2021-12-13 17:23:35 +08:00
parent 493391bb03
commit 73812cd58d
21 changed files with 1444 additions and 163 deletions

View File

@ -14,7 +14,6 @@ const MemoList: React.FC<Props> = () => {
const {
locationState: { query },
memoState: { memos },
globalState,
} = useContext(appContext);
const [isFetching, setFetchStatus] = useState(true);
const wrapperElement = useRef<HTMLDivElement>(null);