chore(db-compare): create empty project for monorepo

This commit is contained in:
Elian Doran
2025-05-03 03:31:44 +03:00
parent 10319065ee
commit 0d4d9f7adf
7 changed files with 104 additions and 0 deletions

View File

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