-
Notifications
You must be signed in to change notification settings - Fork 0
Add NestJS / React Router configs for ESLint and Typescript #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LuudJanssen
commented
Jan 29, 2026
- Adds NestJS / React Router configs for ESLint and Typescript
- Adds the new configs to the docs
- Disables some annoying ESLint rules
- Small documentation fixes
- Dependency updates
…r arrow functions
… for void returns
…re in `@typescript-eslint/no-unused-vars`
🦋 Changeset detectedLatest commit: d97ae13 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds TypeScript and ESLint configurations for NestJS and React Router projects, while also updating dependencies and making minor improvements to existing configurations.
Changes:
- Adds new TypeScript and ESLint configurations for NestJS and React Router applications
- Disables several ESLint rules that were causing friction (unused variables with underscore prefix, void return promises, arrow function scoping)
- Updates multiple dependencies across packages (prettier, @types/node, eslint plugins, etc.)
Reviewed changes
Copilot reviewed 25 out of 26 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/typescript/src/package-node/tsconfig.json | Standardizes casing of "target" property value |
| packages/typescript/src/app-react-router/tsconfig.json | Adds new TypeScript config for React Router apps |
| packages/typescript/src/app-nest/tsconfig.json | Adds new TypeScript config for NestJS apps |
| packages/typescript/package.json | Exports new configs and updates dependencies |
| packages/typescript/README.md | Documents the new NestJS and React Router configurations |
| packages/prettier/src/plugins/package-json.ts | Makes preprocess function async to match API requirements |
| packages/prettier/package.json | Updates dependencies |
| packages/prettier/README.md | Clarifies package.json plugin description |
| packages/eslint/src/react-router.ts | Adds new ESLint config for React Router projects |
| packages/eslint/src/partials/typescript.ts | Adds new ESLint rule configurations and reformats comments |
| packages/eslint/src/partials/base.ts | Disables arrow function checking in consistent-function-scoping rule |
| packages/eslint/src/nest.ts | Adds new ESLint config for NestJS projects |
| packages/eslint/package.json | Exports new configs and updates dependencies |
| packages/eslint/README.md | Documents the new NestJS and React Router configurations |
| packages/cspell/package.json | Updates dependencies |
| packages/cspell/README.md | Adds documentation for Dutch language support |
| package.json | Updates root dependencies and package manager version |
| apps/docs/package.json | Updates documentation app dependencies |
| .nvmrc | Updates Node.js version |
| .changeset/*.md | Adds changeset files for version tracking |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 25 out of 26 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…r React Router files