feat: add shared ESLint config package (@repo/eslint-config)

This commit is contained in:
2026-04-06 14:06:22 +02:00
parent f2d7bc15da
commit c3f069a005
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import baseConfig from "./base.js";
export default [
...baseConfig,
{ ignores: [".next/**", "out/**"] },
];