-
Notifications
You must be signed in to change notification settings - Fork 184
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
tech: add plugin eslint-plugin-jsdoc
to check jsdocs require
#8387
tech: add plugin eslint-plugin-jsdoc
to check jsdocs require
#8387
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
size-limit report 📦
|
e2e tests
|
👀 Docs deployed
Commit d6fb4f0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪
Не везде я уверен на счёт правок в словах, но оставил чтобы ещё над формулировкой подумать. Но это всё nit.
packages/vkui/src/components/PanelHeaderContext/PanelHeaderContext.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💅
Мейби |
А в рамках этого |
packages/vkui/src/components/ActionSheetItem/ActionSheetItem.tsx
Outdated
Show resolved
Hide resolved
packages/vkui/src/components/AdaptivityProvider/AdaptivityContext.tsx
Outdated
Show resolved
Hide resolved
…ove descriptions of props
Добавил правило, которое проверяет наличие точки в конце jsdoc и заглавную букву в начале jsdoc |
? |
Кажется, что стоит это сделать в отдельном pr, так как в этом уже итак слишком много изменений |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Оставил комменты, на которых можно сразу нажать Apply suggestion
- Везде не стал отмечать, но с правилом на заглавные буквы есть следующие моменты, которые не учитывает:
- латиница перел киррилицей (например,
@derpracted текст
,imageSize текст
) - сокращения (например,
т.к.
,см.
) - ссылки (протокол
http
) - имена собственные (например,
iOS
)
packages/vkui/src/components/HorizontalScroll/HorizontalCellShowMore/HorizontalCellShowMore.tsx
Outdated
Show resolved
Hide resolved
packages/vkui/src/components/PanelHeaderButton/PanelHeaderButton.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Inomdzhon Mirdzhamolov <i.mirdzhamolov@vk.team>
Co-authored-by: Inomdzhon Mirdzhamolov <i.mirdzhamolov@vk.team>
Нашел настройку благодаря которой можно добавить исключения - слова после которых не будет форсироваться заглавная буква
|
# Conflicts: # packages/vkui/src/components/ModalRoot/useModalManager.tsx # packages/vkui/src/components/RootComponent/RootComponent.tsx
packages/vkui/src/components/ModalRoot/withModalRootContext.tsx
Outdated
Show resolved
Hide resolved
# Conflicts: # yarn.lock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ещё чуть-чуть 👌 🙂
packages/vkui/src/components/OnboardingTooltip/OnboardingTooltip.tsx
Outdated
Show resolved
Hide resolved
packages/vkui/src/components/OnboardingTooltip/OnboardingTooltipContainer.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Andrey Medvedev <andrey.medvedev@vk.team>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💪 🔥 💅
Описание
Сейчас у многих свойств компонентов нет описания. Из-за этого в доке у этих свойств тоже нет описания. Нужно добавить описания так, где это нужно.
Изменения
eslint
плагин eslint-plugin-jsdoc и настроил его, так чтобы он ругался на отсутствие jsdoc у свойств в типах и интерфейсах в папкеsrc/components
.Release notes