Chore/front fix up #29
Annotations
10 errors
lint:
frontend/src/ui/TextInput.tsx#L6
Prop spreading is forbidden
|
lint:
frontend/vite.config.ts#L1
'vite' should be listed in the project's dependencies, not devDependencies
|
lint:
frontend/vite.config.ts#L1
Replace `'vite'` with `"vite";`
|
lint:
frontend/vite.config.ts#L1
Strings must use doublequote
|
lint:
frontend/vite.config.ts#L1
Missing semicolon
|
lint:
frontend/vite.config.ts#L2
'@vitejs/plugin-react' should be listed in the project's dependencies, not devDependencies
|
lint:
frontend/vite.config.ts#L2
Replace `'@vitejs/plugin-react'` with `"@vitejs/plugin-react";`
|
lint:
frontend/vite.config.ts#L2
Strings must use doublequote
|
lint:
frontend/vite.config.ts#L2
Missing semicolon
|
lint:
frontend/vite.config.ts#L7
Insert `;`
|