Frontend: Add npm workspaces and root ESLint config for IDE auto-detection

This commit is contained in:
Ömer Duran 2026-02-24 09:03:44 +01:00 committed by Michael Mayer
parent 99d34a9c8f
commit 3d628a06bc
2 changed files with 8 additions and 0 deletions

1
eslint.config.mjs Normal file
View file

@ -0,0 +1 @@
export { default } from "./frontend/eslint.config.mjs";

7
package.json Normal file
View file

@ -0,0 +1,7 @@
{
"name": "photoprism-pp",
"private": true,
"workspaces": [
"frontend"
]
}