chore(monorepo/client): create empty project

This commit is contained in:
Elian Doran
2025-04-22 22:06:10 +03:00
parent e817a55660
commit 23572bd47c
28 changed files with 1746 additions and 87 deletions

View File

@@ -0,0 +1,5 @@
import baseConfig from "../../eslint.config.mjs";
export default [
...baseConfig
];