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

fix: resolve lint command error #26

Merged
merged 1 commit into from
Oct 20, 2024
Merged

fix: resolve lint command error #26

merged 1 commit into from
Oct 20, 2024

Conversation

sounmind
Copy link
Member

No description provided.

@sounmind sounmind linked an issue Oct 20, 2024 that may be closed by this pull request
@@ -23,39 +23,41 @@
"react-router-dom": "^6.27.0"
},
"devDependencies": {
"@types/eslint__js": "^8.42.3",
Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

ESLint가 버전업 되면서 이것저것 쫌 많이 바뀌어서 저도 공부 좀 해야겠습니다 🥲

Copy link
Member Author

@sounmind sounmind Oct 20, 2024

Choose a reason for hiding this comment

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

Comment on lines +28 to +32
/**
* NOTE: Might not work properly with ESLINT version 9
* @see https://github.com/storybookjs/eslint-plugin-storybook/issues/157
*/
storybook: storybookPlugin,
Copy link
Member Author

@sounmind sounmind Oct 20, 2024

Choose a reason for hiding this comment

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

좀 더 보충 설명하자면, 해당 storybookPlugin의 특정 룰이 작동하는지 확인하려고 했더니, 이 에러가 발생했는데요. 이 문서에 따르면 이 에러는 해당 플러그인이 최신 Eslint의 명세 변경사항을 반영하지 않았기 때문이라고 합니다...

Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

린트 문제가 더 이상 발생하지 않는 것을 확인하였습니다.

@sounmind sounmind marked this pull request as ready for review October 20, 2024 14:27
@sounmind sounmind requested a review from a team as a code owner October 20, 2024 14:27
@sounmind sounmind merged commit d150036 into main Oct 20, 2024
@sounmind sounmind deleted the 20-fix-lint-error branch October 20, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

린팅 설정 오류
2 participants