From 4c4ce716e162cac86ed5a1ea82b0db8ea7c20193 Mon Sep 17 00:00:00 2001 From: eunhak Date: Mon, 13 May 2024 14:41:10 +0900 Subject: [PATCH] fix: lint fix --- src/components/signup/EmailVerification.tsx | 1 + src/components/signup/JobPositionItem.tsx | 3 +++ src/components/signup/PasswordVerification.tsx | 2 ++ src/components/signup/PhoneCertification.tsx | 2 ++ src/components/signup/Terms.tsx | 2 ++ 5 files changed, 10 insertions(+) diff --git a/src/components/signup/EmailVerification.tsx b/src/components/signup/EmailVerification.tsx index 73bf66b..5e35105 100644 --- a/src/components/signup/EmailVerification.tsx +++ b/src/components/signup/EmailVerification.tsx @@ -1,4 +1,5 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ +/* eslint-disable no-unused-vars */ import React, { ChangeEvent, useEffect, useRef, useState } from 'react'; import ToBack from '../shared/sign/ToBack'; import { useMutation } from 'react-query'; diff --git a/src/components/signup/JobPositionItem.tsx b/src/components/signup/JobPositionItem.tsx index 4e1bdec..4f0563c 100644 --- a/src/components/signup/JobPositionItem.tsx +++ b/src/components/signup/JobPositionItem.tsx @@ -1,3 +1,6 @@ +/* eslint-disable no-unused-vars */ +/* eslint-disable react-hooks/exhaustive-deps */ + import React, { useEffect, useState } from 'react'; interface JobPositionItemProps { diff --git a/src/components/signup/PasswordVerification.tsx b/src/components/signup/PasswordVerification.tsx index 3561cfb..8df17af 100644 --- a/src/components/signup/PasswordVerification.tsx +++ b/src/components/signup/PasswordVerification.tsx @@ -1,3 +1,5 @@ +/* eslint-disable no-unused-vars */ + import React, { SetStateAction, useEffect, useState } from 'react'; import ToBack from '../shared/sign/ToBack'; import Image from 'next/image'; diff --git a/src/components/signup/PhoneCertification.tsx b/src/components/signup/PhoneCertification.tsx index b3b157a..089bce2 100644 --- a/src/components/signup/PhoneCertification.tsx +++ b/src/components/signup/PhoneCertification.tsx @@ -1,3 +1,5 @@ +/* eslint-disable no-unused-vars */ + import React, { ChangeEvent, useEffect, useRef, useState } from 'react'; import ToBack from '../shared/sign/ToBack'; import { SignupBtnStatus } from '@/models/signupBtnStatus'; diff --git a/src/components/signup/Terms.tsx b/src/components/signup/Terms.tsx index ff83498..f97c687 100644 --- a/src/components/signup/Terms.tsx +++ b/src/components/signup/Terms.tsx @@ -1,3 +1,5 @@ +/* eslint-disable react-hooks/exhaustive-deps */ + import React, { Dispatch, MouseEvent, useEffect, useState } from 'react'; import TermsTitle from './terms/TermsTitle'; import { 약관목록 } from '@constant/temrs';