Fix: ESLint-Config, Light-Mode-Akzent auf Violet, next-env.d.ts
- eslint.config.mjs mit @eslint/js (flat config, ESLint 9) - eslint + eslint-config-next als devDependencies hinzugefügt - Light Mode --accent und --ring von Grün auf Violet geändert (oklch 280) - next-env.d.ts aktualisiert Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
20e275efa3
commit
50bdab6112
5 changed files with 5206 additions and 403 deletions
2
next-env.d.ts
vendored
2
next-env.d.ts
vendored
|
|
@ -1,6 +1,6 @@
|
|||
/// <reference types="next" />
|
||||
/// <reference types="next/image-types/global" />
|
||||
import "./.next/dev/types/routes.d.ts";
|
||||
import "./.next/types/routes.d.ts";
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue