Skip to content

chore: configure prettier and eslint for react app #55

chore: configure prettier and eslint for react app

chore: configure prettier and eslint for react app #55

Triggered via pull request October 29, 2024 09:13
@krzysukrzysu
synchronize #11
feat-examples-2
Status Failure
Total duration 1m 7s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build: packages/example-react-app/src/App.tsx#L25
Use object destructuring
Build: packages/example-react-app/src/App.tsx#L33
Expected blank line before this statement
Build: packages/example-react-app/src/App.tsx#L33
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build: packages/example-react-app/src/App.tsx#L36
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build: packages/example-react-app/src/App.tsx#L37
Expected blank line before this statement
Build: packages/example-react-app/src/App.tsx#L37
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build: packages/example-react-app/src/App.tsx#L38
Expected blank line before this statement
Build: packages/example-react-app/src/App.tsx#L39
Expected blank line before this statement
Build: packages/example-react-app/src/App.tsx#L39
Arrow function expected no return value
Build: packages/example-react-app/src/App.tsx#L46
Do not nest ternary expressions
Build
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/