Skip to content

Conversation

ArjunSaluja
Copy link

What I did

Added an example .eslintrc.cjs file to the templates/remix/ folder and updated the README with instructions.

This resolves #10739, where links to example ESLint configuration files were broken.

Why

  • Provides a working ESLint config for new Remix templates.
  • Helps developers quickly set up linting for both JavaScript and TypeScript.
  • Fixes broken documentation links.

How to test

  1. Navigate to templates/remix/.
  2. Copy .eslintrc.cjs into a Remix project.
  3. Run eslint . to confirm it works.

✅ This PR introduces no breaking changes.

@MichaelDeBoey
Copy link
Member

This was fixed with #10740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Links to example eslintrc.cjs files are broken
2 participants