Skip to content

Project Setup

Project Setup #20

Triggered via pull request October 5, 2024 20:41
Status Failure
Total duration 30s
Artifacts

front_end_eslint.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (18.x): frontend/src/pages/Campanies/CampaniesPage.jsx#L1
Replace `'react'` with `"react";`
build (18.x): frontend/src/pages/Campanies/CampaniesPage.jsx#L1
Strings must use doublequote
build (18.x): frontend/src/pages/Campanies/CampaniesPage.jsx#L4
Replace `··return·(⏎····<div>Campanies</div>⏎··)` with `↹return·<div>Campanies</div>;`
build (18.x): frontend/src/pages/Campanies/CampaniesPage.jsx#L4
Expected indentation of 1 tab but found 2 spaces
build (18.x): frontend/src/pages/Campanies/CampaniesPage.jsx#L5
Expected indentation of 2 tabs but found 4 spaces
build (18.x): frontend/src/pages/Campanies/CampaniesPage.jsx#L6
Expected indentation of 1 tab but found 2 spaces
build (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/