Skip to content
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

feat(remix-eslint-config): don't require display name in root module #5450

Commits on May 2, 2023

  1. feat(remix-eslint-config): don't require display name in root module

    The root module behaves almost exactly like a layout route, but for
    the entire site. Like any route module, do not expect or require
    the default export to have a display name.
    lpsinger authored and MichaelDeBoey committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8f3f6f1 View commit details
    Browse the repository at this point in the history
  2. Update packages/remix-eslint-config/index.js

    Co-authored-by: Michaël De Boey <[email protected]>
    lpsinger and MichaelDeBoey committed May 2, 2023
    Configuration menu
    Copy the full SHA
    b730b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdbf5e8 View commit details
    Browse the repository at this point in the history