Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed May 13, 2024
1 parent ffc1227 commit 4c4ce71
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/signup/EmailVerification.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
3 changes: 3 additions & 0 deletions src/components/signup/JobPositionItem.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* eslint-disable no-unused-vars */
/* eslint-disable react-hooks/exhaustive-deps */

import React, { useEffect, useState } from 'react';

interface JobPositionItemProps {
Expand Down
2 changes: 2 additions & 0 deletions src/components/signup/PasswordVerification.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 2 additions & 0 deletions src/components/signup/PhoneCertification.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 2 additions & 0 deletions src/components/signup/Terms.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 4c4ce71

Please sign in to comment.