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(create-next-app): add --ts, --typescript support #24655

Merged
merged 27 commits into from
May 7, 2021

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    30d849b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce18d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0284fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55183d6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    2402e48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4a63ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb9fc80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dafce6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5614659 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df59c93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e535cd View commit details
    Browse the repository at this point in the history
  8. chore: formatting

    ctjlewis committed May 1, 2021
    Configuration menu
    Copy the full SHA
    9af3f44 View commit details
    Browse the repository at this point in the history
  9. chore: comments, refactor

    ctjlewis committed May 1, 2021
    Configuration menu
    Copy the full SHA
    1103ab5 View commit details
    Browse the repository at this point in the history
  10. fix: add create-next-app templates to eslintignore

    This unused variable in a template was originally removed in order to prevent ESLint from throwing.
    ctjlewis committed May 1, 2021
    Configuration menu
    Copy the full SHA
    b3bc8fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c2970f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5faf149 View commit details
    Browse the repository at this point in the history
  13. fix: prefer --ts over -t

    ctjlewis committed May 1, 2021
    Configuration menu
    Copy the full SHA
    dc352a1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    d950d42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee6c33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1554eff View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    874783a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    8c0887a View commit details
    Browse the repository at this point in the history
  2. Add types (same as docs)

    timneutkens committed May 6, 2021
    Configuration menu
    Copy the full SHA
    7fd159e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5231ccb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dde8297 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95dfde4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1371c4d View commit details
    Browse the repository at this point in the history