[PR #1910] web: Add style CI workflow to enforce eslint checks on web module #23303

Closed
opened 2026-02-21 20:20:49 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/1910

State: closed
Merged: Yes


  • add sytle check CI workflow to apply eslint check on web module
  • apply eslint fix on existed code in web module
  • change alerting level of the rule react/display-name from error to warning
  • fix 1 violation of the rule react/jsx-key
./app/components/header/account-setting/members-page/operation/index.tsx
102:23  Error: Missing "key" prop for element in iterator  react/jsx-key
**Original Pull Request:** https://github.com/langgenius/dify/pull/1910 **State:** closed **Merged:** Yes --- - add sytle check CI workflow to apply eslint check on web module - apply `eslint fix` on existed code in web module - change alerting level of the rule `react/display-name` from `error` to `warning` - fix 1 violation of the rule `react/jsx-key` ``` ./app/components/header/account-setting/members-page/operation/index.tsx 102:23 Error: Missing "key" prop for element in iterator react/jsx-key ```
yindo added the pull-request label 2026-02-21 20:20:49 -05:00
yindo closed this issue 2026-02-21 20:20:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23303