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

WIP: refactor(gatsby-plugin-theme-ui): add typescript #705

Closed
wants to merge 8 commits into from

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    704ebaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aeaf71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c2d901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d06b4c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8769688 View commit details
    Browse the repository at this point in the history
  6. chore: add jsx: react to root tsconfig.json for better DX

    When a contributor opens the monorepo in his editor, he'll see
    TypeScript errors on all JSX usages in tests, because the test files
    may not be included in package tsconfigs (gatsby-plugin-theme-ui).
    
    Adding `jsx: react` to the root tsconfig won't hurt.
    hasparus committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    6042c5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d6d8dd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

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