Create @repo/core-events package skeleton with package.json, tsconfig.json, vitest.config.ts (using mergeConfig with nodeVitestConfig), eslint.config.js, turbo.json (tagged core), and AGENTS.md. Register workspace via pnpm install. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
import baseConfig from "@repo/core-eslint/base";
|
|
|
|
export default baseConfig;
|