Commit Graph

14 Commits

Author SHA1 Message Date
Nate
ad6ab8024b fix: Constrain root eslint to v8 to match core dependency
Add eslint@^8 to root package.json devDependencies to ensure npm
uses eslint 8.x instead of 9.x. The core package requires eslint@^8,
but @typescript-eslint/parser@8.x allows either eslint 8 or 9. Without
an explicit constraint, npm install was choosing eslint 9, causing the
lock file to be out of sync with core's requirements and breaking CI.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-05 17:15:29 -08:00
Patrick Erichsen
93d6f7a872 eslint errors 2025-10-20 09:46:46 -07:00
Nate Sesti
418dd12a89 feat: husky for prettier (#7979)
* chore: update .prettierignore

* feat: husky for prettier

* Update pre-commit
2025-09-25 16:13:08 -07:00
BekahHW
8cedf06c1f fix: Add ModelRecommendations component for central updating (#7457)
* Add model-recs yaml file for central updating

* feat: centralize model recommendations with React component

- Add ModelRecommendations.jsx component for dynamic table rendering
- Replace static markdown table in models.mdx with reusable component
- Update model recommendations with latest 2025 models
- Add support for role-based filtering and markdown link parsing
- Remove unused YAML data files to reduce duplication
- Implement centralized model management per Mintlify best practices

* Add recommended agent models to agent docs

* Add Autocomplete model recs

* Link to mercury coder

* Add Recommendations for chat models

* Add recommendation for edit

* Add Autocomplete recs

* Add chat model recs

* Add model recs to edit

* Run Prettier

* Fix merge conflicts

* Merge new files from main

* Add name to package.json
2025-08-29 11:11:43 -07:00
uinstinct
5eee2994e3 chore: use prettierignore when formatting 2025-07-25 08:26:17 +05:30
Nate
e85709436f ci: 🎨 run prettier check for all PRs 2025-05-15 15:38:13 -07:00
uinstinct
12de49cd33 use concurrently in npm script 2025-04-09 17:44:56 +05:30
Dallin Romney
ab4f723f9a typescript rectification 2025-03-24 21:05:38 -07:00
Nate
dddbdf6c7c various small fixes 2024-12-09 18:42:41 -08:00
Test
1d5e164325 feat: add tsc:watch cmd to vs code 2024-12-09 15:57:48 -08:00
Test
79471a45d6 chore: remove husky 2024-11-26 09:22:23 -08:00
Nate
a9845386f0 add pre-commit hook with husky 2024-11-19 22:11:20 -08:00
tomasz-io
d4168ede77 improv: linting 2024-10-22 00:18:46 +07:00
tomasz-io
cda5727e72 dev: add prettier plugin for tailwind 2024-10-17 11:23:02 +07:00