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
]
- From: [
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
]
- From: [
Annotations
Check warning on line 251 in src/components/DatePicker/DatePicker.jsx
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
github-actions / View Lint Report
src/components/DatePicker/RangeDatePicker.jsx#L53
[@typescript-eslint/no-unused-vars] 'isDateAfterEndDate' is assigned a value but never used.
Loading