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

refactor: updated depencencies regarding prettier #1307

Merged

Commits on Mar 28, 2021

  1. refactor: updated husky and pretty-quick dependencies

    and updated to the new config storage model and removed husky and pretty-quick from packages/core, as this should be possible to get triggered from root
    mfranzke committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    eb3af0f View commit details
    Browse the repository at this point in the history
  2. refactor: updated prettier dependency

    and removed rules "trailingComma": "es5" as this is the new default
    mfranzke committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    569687a View commit details
    Browse the repository at this point in the history
  3. fix: added missing comma

    mfranzke committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    2e28f60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab2c2b0 View commit details
    Browse the repository at this point in the history
  5. refactor(husky): made additional necessary changes for the installation

    as well as moved husky to the devDependencies, as defined by the software doc itself
    mfranzke committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    afef966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b552401 View commit details
    Browse the repository at this point in the history
  7. refactor(code): integrated prettier feedback

    that was enforced like this by eslint
    mfranzke committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    48066ef View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. refactor(husky): updated husky and added pinst

    Yarn 2 doesn't support prepare lifecycle script, so husky needs to be installed differently (this doesn't apply to Yarn 1 though)
    mfranzke committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    e834b42 View commit details
    Browse the repository at this point in the history
  2. Revert "refactor(husky): updated husky and added pinst"

    This reverts commit e834b42.
    mfranzke committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    243068f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e12aa1b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    b36dcae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68bd863 View commit details
    Browse the repository at this point in the history