Skip to content

Merge pull request #450 from devlarabar/ticket/issue-449 #196

Merge pull request #450 from devlarabar/ticket/issue-449

Merge pull request #450 from devlarabar/ticket/issue-449 #196

GitHub Actions / ESLint succeeded Oct 18, 2023 in 0s

5 warnings

ESLint found 5 warnings

Annotations

Check warning on line 9 in client/src/App.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/src/App.js#L9

'Router' is defined but never used (no-unused-vars)

Check warning on line 10 in client/src/index.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/src/index.js#L10

'Routes' is defined but never used (no-unused-vars)

Check warning on line 10 in client/src/index.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

client/src/index.js#L10

'Route' is defined but never used (no-unused-vars)

Check warning on line 122 in cypress/e2e/admin-dashboard.cy.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

cypress/e2e/admin-dashboard.cy.js#L122

'i' is defined but never used. Allowed unused args must match /(^_$)|(^index$)/u (no-unused-vars)

Check warning on line 52 in cypress/support/commands.js

See this annotation in the file changed.

@github-actions github-actions / ESLint

cypress/support/commands.js#L52

'userCode' is defined but never used. Allowed unused args must match /(^_$)|(^index$)/u (no-unused-vars)