Skip to content

ci: run Lint workflow on Node 20 - #432

Merged
rushi merged 1 commit into
xola:masterfrom
rushi:fix/eslint-workflow-node20
Jul 17, 2026
Merged

ci: run Lint workflow on Node 20#432
rushi merged 1 commit into
xola:masterfrom
rushi:fix/eslint-workflow-node20

ci: run lint workflow on Node 20

0fbf9d5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / View Lint Report succeeded Jul 17, 2026 in 0s

View Lint Report

0 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 2 ESLint warning(s) found in files outside of the pull request.

Details

Pull Request Changed Files ESLint Results:

0 ESLint error(s) and 0 ESLint warning(s) found

Non-Pull Request Changed Files ESLint Results:

0 ESLint error(s) and 2 ESLint warning(s) found

2 Warning(s):

src/components/DatePicker/DatePicker.jsx line 29

  • Start Line: 29
  • End Line: 338
  • Message: Arrow function has a complexity of 27. Maximum allowed is 25.
    • From: [complexity]

src/components/Sidebar/Sidebar.jsx line 45

  • Start Line: 45
  • End Line: 261
  • Message: Arrow function has a complexity of 32. Maximum allowed is 25.
    • From: [complexity]