[Astro] General cleanup #110
Annotations
11 errors and 5 warnings
Prettier
Process completed with exit code 1.
|
ESLint:
src/env.d.ts#L1
Do not use a triple slash reference for astro/client, use `import` style instead
|
ESLint:
src/env.d.ts#L5
Use an `interface` instead of a `type`
|
ESLint:
src/lib/server/miniflare.ts#L2
Use an `interface` instead of a `type`
|
ESLint:
src/lib/server/miniflare.ts#L6
Use an `interface` instead of a `type`
|
ESLint:
src/lib/server/miniflare.ts#L13
Missing return type on function
|
ESLint:
src/lib/server/miniflare.ts#L27
Missing return type on function
|
ESLint:
src/lib/server/miniflare.ts#L42
Missing return type on function
|
ESLint:
src/lib/server/miniflare.ts#L56
Missing return type on function
|
ESLint:
src/lib/server/miniflare.ts#L70
Missing return type on function
|
ESLint:
src/middleware.ts#L14
Returning an awaited promise is required in this context
|
Prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ESLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ESLint:
src/pages/index.astro#L9
Classname 'text-gradient' is not a Tailwind CSS class!
|
ESLint:
src/pages/index.astro#L10
Classname 'text-gradient' is not a Tailwind CSS class!
|
ESLint:
src/pages/index.astro#L13
Classname 'instructions' is not a Tailwind CSS class!
|