chore(dev-tooling): adopt canonical Bun+TS baseline for opencode-plugin#8
Merged
Merged
Conversation
Per ~/toolbox/docs/dev-tooling-baseline.md (D1-D7): - Add packageManager (npm@11.12.1) + engines.node (>=24.0.0) declarations - Migrate bun-types -> @types/bun + tsconfig types: ["bun"] - Add noEmit: true to tsconfig (was relying on script flag) - Add eslint-config-prettier to eslint.config.js (preserves existing custom rule) - Add ignores block to eslint flat config (dist/, node_modules/, coverage/) - Preserve existing .prettierrc custom settings (semi:false, singleQuote:false, etc.) Verified: npm run check passes (typecheck + lint + format:check + test 19/19) Refs: optimizeBunTsDevToolingV4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per
~/toolbox/docs/dev-tooling-baseline.md(D1-D7) — second repo migrated as part ofoptimizeBunTsDevToolingV4ADV change.Changes (opencode-plugin subdir)
packageManager: npm@11.12.1,engines.node: ">=24.0.0"bun-types→@types/bun+ tsconfigtypes: ["bun"]noEmit: true(was relying on script flag)eslint-config-prettierlast; addedignoresblock (dist/,node_modules/,coverage/).prettierrcsettings (semi: false,singleQuote: false,tabWidth: 2,trailingComma: "es5",printWidth: 100), existing@typescript-eslint/no-unused-varsruleVerification
Avoidances honored
Refs
optimizeBunTsDevToolingV4~/toolbox/docs/dev-tooling-baseline.md