Skip to content

X2-9506 added future date range for relative date range picker #2184

X2-9506 added future date range for relative date range picker

X2-9506 added future date range for relative date range picker #2184

GitHub Actions / View Lint Report failed Sep 18, 2024 in 1s

View Lint Report

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

Details

Pull Request Changed Files ESLint Results:

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

2 Error(s):

src/components/DatePicker/DatePicker.jsx line 303

  • Start Line: 303
  • End Line: 303
  • Message: Callbacks must be listed after all other props
    • From: [react/jsx-sort-props]

src/components/DatePicker/RelativeDateRange.jsx line 249

  • Start Line: 249
  • End Line: 249
  • Message: Expected blank line before this statement.
    • From: [padding-line-between-statements]

Non-Pull Request Changed Files ESLint Results:

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

Annotations

Check failure on line 303 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#L303

[react/jsx-sort-props] Callbacks must be listed after all other props

Check failure on line 249 in src/components/DatePicker/RelativeDateRange.jsx

See this annotation in the file changed.

@github-actions github-actions / View Lint Report

src/components/DatePicker/RelativeDateRange.jsx#L249

[padding-line-between-statements] Expected blank line before this statement.