Skip to content

Run Formatters

Run Formatters #143

GitHub Actions / ESLint Report Analysis failed Oct 14, 2024 in 0s

ESLint Report Analysis

12 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files.

Details

Pull Request Changed Files ESLint Results:

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

12 Error(s):

[frontend/src/Pages/blog manage/AddBlog.jsx line 1](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/AddBlog.jsx#L1:L1)

  • Start Line: 1
  • End Line: 1
  • Message: 'React' is defined but never used.
    • From: [no-unused-vars]

[frontend/src/Pages/blog manage/BlogList.jsx line 1](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/BlogList.jsx#L1:L1)

  • Start Line: 1
  • End Line: 1
  • Message: 'React' is defined but never used.
    • From: [no-unused-vars]

[frontend/src/Pages/blog manage/CommentList.jsx line 1](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/CommentList.jsx#L1:L1)

  • Start Line: 1
  • End Line: 1
  • Message: 'React' is defined but never used.
    • From: [no-unused-vars]

[frontend/src/Pages/blog manage/InduvidualBlog.jsx line 15](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/InduvidualBlog.jsx#L15:L15)

  • Start Line: 15
  • End Line: 15
  • Message: Irregular whitespace not allowed.
    • From: [no-irregular-whitespace]

[frontend/src/Pages/blog manage/InduvidualBlog.jsx line 15](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/InduvidualBlog.jsx#L15:L15)

  • Start Line: 15
  • End Line: 15
  • Message: Irregular whitespace not allowed.
    • From: [no-irregular-whitespace]

[frontend/src/Pages/blog manage/UpdateBlog.jsx line 1](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/UpdateBlog.jsx#L1:L1)

  • Start Line: 1
  • End Line: 1
  • Message: 'React' is defined but never used.
    • From: [no-unused-vars]

[frontend/src/Pages/blog manage/UpdateBlog.jsx line 16](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/UpdateBlog.jsx#L16:L16)

  • Start Line: 16
  • End Line: 16
  • Message: 'uploadMessage' is assigned a value but never used.
    • From: [no-unused-vars]

[frontend/src/Pages/blog manage/UserBlog.jsx line 1](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/UserBlog.jsx#L1:L1)

  • Start Line: 1
  • End Line: 1
  • Message: 'React' is defined but never used.
    • From: [no-unused-vars]

[frontend/src/Pages/blog manage/UserBlog.jsx line 72](https://github.com/nmdra/FarmCart/blob/76446a1a1baf36dfdce1515010cf208ae74ad678/frontend/src/Pages/blog manage/UserBlog.jsx#L72:L72)

  • Start Line: 72
  • End Line: 72
  • Message: ' can be escaped with ', ‘, ', ’.
    • From: [react/no-unescaped-entities]

frontend/src/Pages/common/speech/SpeechGenerator.jsx line 1

  • Start Line: 1
  • End Line: 1
  • Message: 'React' is defined but never used.
    • From: [no-unused-vars]

frontend/src/Pages/dashboard/Admin.jsx line 1

  • Start Line: 1
  • End Line: 1
  • Message: 'React' is defined but never used.
    • From: [no-unused-vars]

frontend/src/Pages/dashboard/Admin.jsx line 2

  • Start Line: 2
  • End Line: 2
  • Message: 'axios' is defined but never used.
    • From: [no-unused-vars]

Annotations

Check failure on line 1 in frontend/src/Pages/blog manage/AddBlog.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/AddBlog.jsx#L1

[no-unused-vars] 'React' is defined but never used.

Check failure on line 1 in frontend/src/Pages/blog manage/BlogList.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/BlogList.jsx#L1

[no-unused-vars] 'React' is defined but never used.

Check failure on line 1 in frontend/src/Pages/blog manage/CommentList.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/CommentList.jsx#L1

[no-unused-vars] 'React' is defined but never used.

Check failure on line 15 in frontend/src/Pages/blog manage/InduvidualBlog.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/InduvidualBlog.jsx#L15

[no-irregular-whitespace] Irregular whitespace not allowed.

Check failure on line 15 in frontend/src/Pages/blog manage/InduvidualBlog.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/InduvidualBlog.jsx#L15

[no-irregular-whitespace] Irregular whitespace not allowed.

Check failure on line 1 in frontend/src/Pages/blog manage/UpdateBlog.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/UpdateBlog.jsx#L1

[no-unused-vars] 'React' is defined but never used.

Check failure on line 16 in frontend/src/Pages/blog manage/UpdateBlog.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/UpdateBlog.jsx#L16

[no-unused-vars] 'uploadMessage' is assigned a value but never used.

Check failure on line 1 in frontend/src/Pages/blog manage/UserBlog.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/UserBlog.jsx#L1

[no-unused-vars] 'React' is defined but never used.

Check failure on line 72 in frontend/src/Pages/blog manage/UserBlog.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/blog manage/UserBlog.jsx#L72

[react/no-unescaped-entities] `'` can be escaped with `'`, `‘`, `'`, `’`.

Check failure on line 1 in frontend/src/Pages/common/speech/SpeechGenerator.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/common/speech/SpeechGenerator.jsx#L1

[no-unused-vars] 'React' is defined but never used.

Check failure on line 1 in frontend/src/Pages/dashboard/Admin.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/dashboard/Admin.jsx#L1

[no-unused-vars] 'React' is defined but never used.

Check failure on line 2 in frontend/src/Pages/dashboard/Admin.jsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/src/Pages/dashboard/Admin.jsx#L2

[no-unused-vars] 'axios' is defined but never used.