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

refactor: 중복된 parserOptions 제거 #4

Merged
merged 1 commit into from
Nov 9, 2020
Merged

refactor: 중복된 parserOptions 제거 #4

merged 1 commit into from
Nov 9, 2020

Conversation

sukjae
Copy link
Contributor

@sukjae sukjae commented Apr 13, 2020

PR에 대한 요약

eslint 설정 파일에서, parserOptions 이 반복되어 두번 정의되었습니다.

해결법

동일한 설정에서 더 상세히 설정된 부분을 선택하고, 나머지는 제거합니다.

정의 : ecmaVersion: 2018,
디폴트 : ecmaVersion: 5 (참고: 링크)

Copy link
Contributor

@john015 john015 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kdwkr kdwkr merged commit bc425ad into pedaling:master Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants