Skip to content

X2-8716 Reports: Unable to select date that falls after selected re…

Sign in for the full log view
GitHub Actions / View Lint Report succeeded Feb 26, 2024 in 1s

View Lint Report

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

Details

2 Warning(s):

src/components/DatePicker/DatePicker.jsx line 25

  • Start Line: 25
  • End Line: 251
  • Message: Arrow function has a complexity of 23. Maximum allowed is 20.
    • From: [complexity]

src/components/DatePicker/RangeDatePicker.jsx line 53

  • Start Line: 53
  • End Line: 53
  • Message: 'isDateAfterEndDate' is assigned a value but never used.
    • From: [@typescript-eslint/no-unused-vars]

Annotations

Check warning on line 251 in src/components/DatePicker/DatePicker.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/DatePicker/DatePicker.jsx#L25-L251

[complexity] Arrow function has a complexity of 23. Maximum allowed is 20.

Check warning on line 53 in src/components/DatePicker/RangeDatePicker.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/DatePicker/RangeDatePicker.jsx#L53

[@typescript-eslint/no-unused-vars] 'isDateAfterEndDate' is assigned a value but never used.