Skip to content

Bump icons version to v1.1.0 with 2 new icons #370

Bump icons version to v1.1.0 with 2 new icons

Bump icons version to v1.1.0 with 2 new icons #370

GitHub Actions / View Lint Report succeeded Feb 29, 2024 in 0s

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.