chore: configure prettier and eslint for react app #55
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/
|