Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

이용 동의 약관 / 개인정보 수집, 동의 #16

Closed
jeongah2651 opened this issue Apr 17, 2024 · 1 comment · Fixed by #119
Closed

이용 동의 약관 / 개인정보 수집, 동의 #16

jeongah2651 opened this issue Apr 17, 2024 · 1 comment · Fixed by #119

Comments

@jeongah2651
Copy link
Contributor

이용 동의 약관 , 개인정보 수집 동의

  • 회원가입시 위 동의 사항을 받음. (관련된 페이지 제작 필요)
@Rose4tune Rose4tune moved this to Backlog in DateLeaf Apr 17, 2024
@Rose4tune Rose4tune self-assigned this Apr 23, 2024
@Rose4tune Rose4tune moved this from Backlog to In progress in DateLeaf Apr 25, 2024
@Rose4tune
Copy link
Contributor

Rose4tune commented Apr 30, 2024

interface 타입을 any[] 지정 후 커밋 시 다음과 같은 에러 발생
error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

해결법

//.eslintrc.json
{
    ...
    "rules": {
        // Unexpected any. Specify a different type 문구 제거
        "@typescript-eslint/no-explicit-any": "off", 
        // React, { ReactElement } from "react" 설정 안함
        "@typescript-eslint/explicit-module-boundary-types": "off",
    }
}

참고 링크 : https://velog.io/@j_wisdom_h/Unexpected-any.-Specify-a-different-type.-eslint

@Rose4tune Rose4tune linked a pull request May 2, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In progress to Done in DateLeaf May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants